xsl-list
[Top] [All Lists]

Re: [xsl] reading a large XML file using document()

2010-01-04 10:59:36
a kusa wrote:

I have to read a large XML file and extract out information from it in my XSLT.

I am using document() function to pass the .xml file name to the XSLT.
But this XML file has 36000 lines of data that I have to read. Can the
experts suggest a better approach to this issue?

If you use Saxon then look into http://www.saxonica.com/documentation/sourcedocs/serial.html.

--

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