How I can find with Xsl all the node that have then name like the value of an other node
Like these:
<root>
<data1>
<subdata1>
...
<selectThese></selectThese>
...
</subdata1>
</data1>
<nodesetFind>
<node1>selectThese</node1>
</nodesetFind>
</root>
the result: <selectThese></selectThese>
Use:
Demonstrated in an XSLT transformation:
when this transformation is applied on the provided XML document:
the wanted, correct result is produced: