Hi All,
I want to remove the immediate following sibling element name
For e.g.
to
Can any one help me how to do this
Thanks
Sam
I want to remove the immediate following sibling element name
For e.g.
Code:
<def-item>
<term id="G1">CGRP</term>
<abr-rel-sym style="inline"> </abr-rel-sym>
<abr-rel-sym style="inline">=</abr-rel-sym>
<abr-rel-sym style="inline"> </abr-rel-sym>
<def>
<p>Calcitonin gene-related peptide</p>
</def>
</def-item>
Code:
<def-item>
<term id="G1">CGRP</term>
<abr-rel-sym style="inline"> = </abr-rel-sym>
<def>
<p>Calcitonin gene-related peptide</p>
</def>
</def-item>
Thanks
Sam
Comment