xsl-list
[Top] [All Lists]

Re: [xsl] Using XSL to output 2 files

2009-02-02 07:13:34
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/

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