computed path expression

Subject: computed path expression
From: "Jon Smirl" <jonsmirl@xxxxxxxxxxxx>
Date: Wed, 15 Mar 2000 02:35:58 -0500
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"/>

Gives me a "not a nodeset error". How do I say that $element is a path
expression?

Jon Smirl
jonsmirl@xxxxxxxxxxxx



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


Current Thread