W
webjay
Hello.
I need to select a Xpath that consists of a path plus a variable.
Like this:
<xsl:value-of select="concat($path, $num)" />
The above will return the concatenated string and not the value from
the xpath.
So I guess I need something like <xsl:value-of
select="eval(concat($path, $num))" /> but can not make it work.
Any ideas?
/jacob
I need to select a Xpath that consists of a path plus a variable.
Like this:
<xsl:value-of select="concat($path, $num)" />
The above will return the concatenated string and not the value from
the xpath.
So I guess I need something like <xsl:value-of
select="eval(concat($path, $num))" /> but can not make it work.
Any ideas?
/jacob