Subject: RE: computed path expression
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Wed, 15 Mar 2000 10:29:54 -0000
|
You can't do this in standard XSLT. Use the saxon:evaluate() extension
function:
<xsl:apply-templates select="saxon:evaluate($element)"/>
Mike Kay
> If I compute a path expression on the fly, how can I select it?
>
> For example:
> <xsl:variable name="element">foo/bar</xsl:variable>
>
> <xsl:apply-templates select="$element"/>
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|