I have inout XML with following format
<Some_tag>
<childTag>this is >25000</childTag>
</Some_tag>
the actual XML is very big with +200KB. I am reading this XML in Java. I am getting it as String.
What is solution to remove those > (Special char/escape char) from Tag values?