xsl-list
[Top] [All Lists]

Re: [xsl] Are there any XSLT processors that can incrementally input the XML data?

2010-09-15 08:18:29
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/

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

<Prev in Thread] Current Thread [Next in Thread>