Subject: RE: xsl:for-each efficiency
From: cknell@xxxxxxxxxx
Date: Tue, 16 Sep 2003 07:40:12 -0400
|
Quite possibly, but without knowing the structure of the "very large document" in question, it's not possible to be specific.
--
Charles Knell
cknell@xxxxxxxxxx - email
-----Original Message-----
From: andrew.curry@xxxxxxxxxxxx
Sent: Tue, 16 Sep 2003 12:24:41 +0100
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Subject: xsl:for-each efficiency
Would there be a better way of doing:
<xsl:for-each select="//element[@element-key = $id]">
</xsl:for-each>
for use over a very very large document?
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|