xsl-list
[Top] [All Lists]

Re: [xsl] referencing nodes via variables

2006-08-30 06:51:58

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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>