Subject: RE: Create two xml files from one xsl file
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Mon, 12 Sep 2005 19:22:10 +0100
|
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@xxxxxxxxxxxxxx]
> Sent: 12 September 2005 17:04
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: 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
|