Subject: RE: Use same xml file with different XSL stylesheets
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Wed, 28 Mar 2007 20:57:29 +0100
|
> 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/
|