- From: fantasai <fantasai@escape.com>
- Date: Sun, 15 Apr 2001 14:58:36 -0400
- To: www-style@w3.org
1.) If both an XSLT stylesheet and a CSS stylesheet are applied
to a single document, what happens?
For instance, if I have
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="application/xml" href="transform.xsl">
2.) If two XSLT stylesheets are both applied to a single
document, how do they interact?
For instance, if I have
<link rel="stylesheet" type="application/xml" href="index.xsl">
<link rel="stylesheet" type="application/xml" href="transform.xsl">
Received on Sunday, 15 April 2001 14:57:07 UTC