R
ricky
I need to retrieve all nodes that have one child and this child must be a node text.
For example:
<x>
<y>1</y>
<w><g></g></w>
<z></z>
</x>
must return:
The node-set: y,g,z
thanks in advance
Ricky
For example:
<x>
<y>1</y>
<w><g></g></w>
<z></z>
</x>
must return:
The node-set: y,g,z
thanks in advance
Ricky