This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

computed path expression


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@mediaone.net



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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]