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

Subject: RE: [xsl] reading a large XML file using document()
From: "Houghton,Andrew" <houghtoa@xxxxxxxx>
Date: Mon, 4 Jan 2010 11:58:43 -0500
If you are using the document() to repeatedly pull information out of the XML,
then use an xsl:key to index the specific things you are trying to pull from
it.

Andy.

> -----Original Message-----
> From: Dan Acuff [mailto:dacuff@xxxxxxxxxxxxxx]
> Sent: Monday, January 04, 2010 11:55 AM
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: RE: [xsl] reading a large XML file using document()
>
> Is there anyway to pass a parameter to the xslt so you don't have to
> read as much of the XML document?
>
> -----Original Message-----
> From: a kusa [mailto:akusa8@xxxxxxxxx]
> Sent: Monday, January 04, 2010 11:53 AM
> To: xsl-list
> Subject: [xsl] reading a large XML file using document()
>
> 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.

Current Thread