Re: [xsl] How do I access the nodeset that the IDREF refers to?

Subject: Re: [xsl] How do I access the nodeset that the IDREF refers to?
From: "bix xslt" <bix_xslt@xxxxxxxxxxx>
Date: Thu, 09 Jan 2003 16:18:24 +0000
Wendell Piez wrote:
... but I bet

<xsl:variable name="linkRef" select="id(subnode/link/@idr)"/>

would work even better (it binds the retrieved nodes to the variable, not the string value of the first one).

Just for clarification, does this imply that I may use the following to access the node info:


<xsl:value-of select="$linkRef/link">

Thanks!
Bix


_________________________________________________________________
STOP MORE SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail



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



Current Thread