Re: [xsl] Matching in two documents (saxon)

Subject: Re: [xsl] Matching in two documents (saxon)
From: "J.Pietschmann" <j3322ptm@xxxxxxxx>
Date: Mon, 03 Mar 2003 22:24:21 +0100
Marty McKeever wrote:
This was working well in xalan, albeit slow:

main stylesheet:
<xsl:variable name="doc" select="document('HostAdminFormDefinitions.xml')"/>

A known bug in Xalan at least up to 2.3.x versions, it retrieves the whole document every time an expression referencing the variable is evaluated. Dunno whether this was fixed in 2.4. Which Xalan version are you using?

J.Pietschmann


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



Current Thread