This is regarding decoding the special characters from the XML file which is internally retrieved from the data base through parser. The partial data that we got is
"qutes", sigle quotes', namne?
Here, the XML character ' "
should be converted to plain quotes like ". In the similar way '''
which is a single quote(apostrophes).
Is there any way to do this in JAVA. Kindly, let me know if you need any information.