Re: multiple stylesheets (XSLT and CSS)

Ian Hickson wrote:
> 
> On Sun, 15 Apr 2001, fantasai wrote:
> > 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">
> 
> Undefined.
> 
> Per my description above, since XSL has no cascade mechanism (AFAIK), 

XSLT does have an import mechanism with precedence rules, though. 
If XSLT were to define a cascade, it could just use the importing
model (as if the linking document imported all linked XSLT 
stylesheets into an empty XSLT stylesheet and applied that).

Received on Monday, 30 April 2001 23:49:54 UTC