This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: xml-stylesheet p.i. and other options (was Re: text/xsl...)


> what about something super simple eg.
> 
> <transform xmlns="urn:jaxp">
> <style name="iebrowser" href="iebrowser.xsl" error="error.xsl">
>    <option property="INDENT">yes</option>
>    <option property="METHOD">xhtml</option>
>    <option property="VERSION">1.0</option>
>    <param name="test">1</param>
> </style>
> <style name="print" href="print.xsl" error="error.xsl">
>    <option property="INDENT">yes</option>
>    <option property="METHOD">xhtml</option>
>    <option property="VERSION">1.0</option>
>    <param name="test">1</param>
> </style>
> </transform>

This looks like you're reinventing media types...???  The difference perhaps
being that you call one style sheet that makes the decisions instead of
calling different style sheets having the decision already made for you?
That of course would be a trivial distinction since multiple style sheets
can still import/include other style sheets.

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]