T
Thomas Schmidt
Hi all,
I need an XPath which selects all nodes of a specific name which start
with a text node, i.e. I want the expression to select:
<x>
abcdefg
<y>hijklmn</y>
</x>
but NOT
<x>
<y>hijklmn</y>
abcdefg
</x>
I cant' seem to find the correct expression. Can somebody help?
Thanks,
Thomas
I need an XPath which selects all nodes of a specific name which start
with a text node, i.e. I want the expression to select:
<x>
abcdefg
<y>hijklmn</y>
</x>
but NOT
<x>
<y>hijklmn</y>
abcdefg
</x>
I cant' seem to find the correct expression. Can somebody help?
Thanks,
Thomas