convert hexcode to html entity after parsing an xml document

29 Views Asked by At

While parsing one of the xml files using XML Serializer in java, the html entites are converting into its corresponding hexcode values(like for mdash output is "hexcode value-#x2014;") and hence reflecting into the final output file. How to convert back the hexcode values back to html entities.

0

There are 0 best solutions below