Re: Matching in two documents (saxon)2003-03-03 14:24:21Marty 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
|
|