[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
Re: [xsl] Are there any XSLT processors that can incrementally input the XML data?
Subject: Re: [xsl] Are there any XSLT processors that can incrementally input the XML data?
From: Martin Honnen <Martin.Honnen@xxxxxx>
Date: Wed, 15 Sep 2010 15:18:11 +0200
|
Costello, Roger L. wrote:
Are there any XSLT processors that can incrementally input the XML data? That is, the XSLT processor inputs just the number of XML elements currently requested by the XSLT program, processes those elements, and then outputs the results? All this is done with little or no in-memory storage.
The commercial versions of Saxon have a streaming mode
http://www.saxonica.com/documentation/sourcedocs/serial.html
supposed to allow processsing of documents too large to be read fully
into memory.
--
Martin Honnen
http://msmvps.com/blogs/martin_honnen/
|