[xsl] Lookup efficiency in XALAN?

Subject: [xsl] Lookup efficiency in XALAN?
From: JWolpert@xxxxxxxxxxx
Date: Thu, 20 Nov 2003 13:45:29 -0800
I have to do some validation in my xsl. 

I'm doing the following type statement 20,000 times, and the lookup file is
around 50,000  lines of  id's <id key="XXYYZZJ"/>.

<xsl:when test="not(document('../master/ids-master.xml')/ids/id[@key=$id])">

It works for a while, then dies with an out of memory error, and it sure is
slow!


Any ideas for a faster/reliable search?


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread