[xsl] accessing attributes from different contexts

Subject: [xsl] accessing attributes from different contexts
From: Claude Montpetit <xsl-list@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 20 Jan 2003 13:47:14 -0500
Considering the following xsl code

<xsl:template match="elem[@attrib]">
  <xsl:variable name="attrib" select="@attrib"/>
  <xsl:value-of select="$otherDoc/otherElem[@attrib=$attrib]"/>
</xsl:template>

, is there a way to compare the "attrib" attribute of the template's
context node to the one in the otherDoc xpath expression without
creating a variable? If the above approach the best way to do this?

-
Claude Montpetit



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


Current Thread