xsl-list
[Top] [All Lists]

RE: [xsl] Use same xml file with different XSL stylesheets

2007-03-28 12:57:55
I have two different xsl stylesheets that will be applied to 
the same set of xml documents.

In this situation you really don't want to be using the <?xml-stylesheet?>
processing instruction.

Every XSLT processor has some kind of API that allows you to nominate the
XML source document and the XSLT stylesheet separately.

Michael Kay
http://www.saxonica.com/ 


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--