based on xml below:
<TEST>
<TEST2>
Sample text
</TEST2>
</TEST>
how can i replace <TEST2> with Empty.string or "". This is the expected output:
<TEST>
Sample text
</TEST>
" /> " /> "/>
based on xml below:
<TEST>
<TEST2>
Sample text
</TEST2>
</TEST>
how can i replace <TEST2> with Empty.string or "". This is the expected output:
<TEST>
Sample text
</TEST>
Try this: