|
Subject: [xsl] XSL performance with key from external xml doc. From: "Bhandari, Ashish" <Ashish.Bhandari@xxxxxx> Date: Wed, 26 Feb 2003 09:53:17 -0500 |
I have been using an XSL profiler ( catchXSL ) and notice that I have a
significant performance bottle neck
in looking up keys from an external XML document.
lookUpDoc is initialized as:
<xsl:variable name = "lookUpDoc" select =
"document('schemes.xml')"/>
Code Snippet:
<xsl:for-each select = "$lookUpDoc">
<xsl:variable name = "tagValue" select =
"key($schemeName,$normalizedTag)"/>
</xsl:for-each>
This lookup is called too often. Is there any faster way to achieve this ?.
thanks,
Ashish.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] xsl:element and namespace, David N Bertoni/Camb | Thread | Re: [xsl] XSL performance with key , Mike Brown |
| [xsl] xsl:element and namespace out, ETarlton | Date | Re: [xsl] entity declaration error, Karl Stubsjoen |
| Month |