Is dynamic evaluation of xpath variable string possible using .net 2.0 xslt implementation?
- by Crocked
Hi,
I'm trying to evaluate an xpath varable I'm building dynamically based on the position of the node.
I can create the xpath string in a variable but when I select the value of this just get the string and not the node set I need.
I use the following to create the xpath
<xsl:variable name="xpathstring"…