I would like to select some text from a webpage using Xpath, but this text is between two nodes.
...
<table>
<th>Abbreviation</th>
<tr>
<td>
<span><u>General</u><br/></span>
My Text
<br/><u>Def</u>
Some other Text
</td>
</table>
...
Please note that I cannot change the page, as this is a source that I cannot control.
I already went through the W3C and wikipedia docs and did not find anything (or understood).
thank you for your responses
source
share