I have a huge xml file, and some fields texts are in reality large chunks of xml, written in block of converted codes like the following:
<RESPONSE_DATA>
<RESULT>
<BLOCK>
....
</BLOCK>
</RESULT>
</RESPONSE_DATA>
I was wondering if there is some ready available tools or libraries to convert that into proper xml. Anything would do really, java/c# or other code, or any standalone tool.
thank you