[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
Re: [xsl] Using XSL to output 2 files
Subject: Re: [xsl] Using XSL to output 2 files
From: Martin Honnen <Martin.Honnen@xxxxxx>
Date: Mon, 02 Feb 2009 13:12:54 +0100
|
Mike Stroud wrote:
Can I use XSL to output 2 files: 1 for cds and another for atrists?
With XSLT 1.0 you need an extension.
With XSLT 2.0 you need
<xsl:result-document href="cds.xml">
...
</xsl:result-document>
See http://www.w3.org/TR/xslt20/#creating-result-trees
--
Martin Honnen
http://JavaScript.FAQTs.com/
|