xsl-list
[Top] [All Lists]

RE: Create two xml files from one xsl file

2005-09-12 11:22:10
In XSLT 2.0 you can use the xsl:result-document instruction to do this.

In 1.0 there's no standard way of doing it but some products have suitable
extensions. Or you can run two transformations on the same input file, one
to produce each output file.

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


-----Original Message-----
From: ADAM PATRICK [mailto:adampatrick(_at_)btinternet(_dot_)com] 
Sent: 12 September 2005 17:04
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] Create two xml files from one xsl file

Is this possible?

One source xml file one xsl file outputs two xml
files?

If this is too generic let me know.

Adam

--~------------------------------------------------------------------
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>
--~--





--~------------------------------------------------------------------
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>
--~--