Subject:Dynamic xpath expression Author:alon r Date:03 Sep 2005 05:01 PM
Hi,
I am using the document function in order to reference to an external xml document. I want to set a dynamic xpath for the document in a for-each loop and not a hardcoded one.
xml looks like that:<br>
<root>
<nodeset id="blabla">
<xpath>//Nodes[@name='node name']</xpath>
</nodset>
</root>
But the effect I want is not the xsl referring to the literal /nodeset/xpath, I want it to evaluate it and use the <xpath> node text as the xpath for the document.