xsl-list
[Top] [All Lists]

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

2010-01-04 10:53:47
Hi

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?

Thanks in advance.

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