I have following xml file:
<ab>
<![CDATA[
<table>
<tbody>
<tr>
<th>abcdef</th>
</tr>
<tr>
<p>
<a href="/1/2" target="_blank">Home</a>
</p>
</tr>
</tbody>
</table>
]]>
</ab>
I want to remove the a href tag which has link of 1/2. Like in above example i want to remove the a href link using xpath and leave only text: Home.