|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Matching in two documents (saxon)
Merging two source trees, identifying them by a matching @name
This was working well in xalan, albeit slow:
main stylesheet:
<xsl:variable name="doc" select="document('HostAdminFormDefinitions.xml')"/>
imported stylesheet:
<xsl:template match="my:form[@name=$doc//form/@name]">
.. merge doms..
</xsl:template>
Switching over to Saxon gives the error:
"The match pattern in xsl:template may not contain references to variables"
Is there another way?
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








