Hello
Apologies if this has been answered before.
I've been trying to construct an XPath expression to retrieve only the text portion from an element such as this (containing text as well as other elements)
...
<td id="test">
The text I want.
<table>
Things I do not want
.....
.....
</td>
I haven't been able to find any way to separate "the text I want" from the other content inside the element.
Your help is appreciated.