Trouble parsing quotes with SAX parser (javax.xml.parsers.SAXParser) on Android API 1.5
- by johnrock
When using a SAX parser, parsing fails when there is a " in the node content. How can I resolve this? Do I need to convert all " characters?
In other words, anytime I have a quote in a node:
<node>characters in node containing "quotes"</node>
That node gets butchered into multiple character arrays when the Handler is parsing it.…