Xpath and parameters
- by Daniel
I am relatively new to XSL and I think this is a basic question. So I better get my apologies in early!
Basically, I would like to use a value-of function. This will be in a template and I would like to pass part of the xpath as a parameter.
<xsl:variable name="TEST_VAR">"h:elementA/elementB"</xsl:variable>
... and then use the…