Parsing unicode character (0x2) using XML1.1
- by Shefali Dubey
Hi,
In my java application, I need to parse xml that contains control character 0x2 inside CDATA. I tried few ways but coudnt get through. I want to avoid any sort of encoding. Is there any way in XML1.1?
Thanks,
Shefali