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>