[Home] [By Thread] [By Date] [Recent Entries]
oops forgot to use the Key having defined it:-)
<xsl:key name="m" match="method" use="concat(@id,'/',@version)"/>
<xsl:template match="line">
<xsl:variable name="method" use="key('m',concat(@methodID,'/',@methodVer))"/>
. ^^^^^^
David
|

Cart



