xsl-list
[Top] [All Lists]

Re: in-document references

2003-01-08 11:21:47

On Wednesday, January 8, 2003, at 06:10  AM, Michael Kay wrote:

You're making things much more difficult than they are. Perhaps you have
overlooked that a path expression can start with a variable reference:

Yes!

<xsl:apply-templates select="define">
  <xsl:with-param name="ref" select="ref"/>
</xsl:apply-templates>

<xsl:template match="define">
  <xsl:param name="ref"/>
  <xsl:value-of select="$ref/ancestor::foo/@bar"/>
</xsl:template>

Thanks! That's so simple..  8-)

simon

---
www.simonwoodside.com


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



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