XPath for choosing a sibling after
- by Arsen Zahray
I've got following xml:
<root>
<a>value1</a>
<b>value2</b>
<c>value3</c>
<a>value5</a>
<d>value4</d>
<b>value2</b>
<b>value3</b>
<a>value7</a>
</root>
I want to select the first sibling a after node…