RE: How to optimize xsl documents to go through one XML once?

Subject: RE: How to optimize xsl documents to go through one XML once?
From: Mike Brown <mbrown@xxxxxxxxxxxxx>
Date: Tue, 5 Oct 1999 10:36:37 -0600
Khun Yee Fung wrote:
> * I have one XML file.
> * I have about 30 XSLT documents that need to go through the 
> XML file. Each of them converts the XML file into something
> a little bit different and to different output files.
> * Is there a simple way to combine the 30 XSLT documents so 
> that a XSLT processor can feed elements, attributes,
> whatever to the appropriate templates of the XSLT documents?

Which XSLT processor are you using? If you are using one that supports
multiple output documents, you may find it easier to have one XSLT document
that does 30 different things with the data from the XML file.


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


Current Thread