Skip to content Skip to sidebar Skip to footer

How To Escape The Special Char In Sax Parsing

I am parsing the xml file below:

Solution 1:

The XML is invalid. Attribute value should not contain quotes ("). The program that generated it should replace the inner " characters with ".

If you print the " to a webpage, the browser will automatically show "-character on its place.

Post a Comment for "How To Escape The Special Char In Sax Parsing"