xsl-list
[Top] [All Lists]

Re: [xsl] Breaking up a large XML document into several smaller ones

2008-01-11 08:07:30
Glen Mazza wrote:

Can this be done via XSLT, or would a SAX-based solution be more
appropriate, or?

You can use it with XSLT 2.0 and xsl:result-document (<URL:http://www.w3.org/TR/xslt20/#creating-result-trees>) or with XSLT 1.0 and an extension to construct multiple result documents. On the other hand it is not difficult to solve the task in a streaming way for instance with APIs like XmlReader and XmlWriter in .NET.


--

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