Trouble parsing quotes with SAX parser

Posted by johnrock on Stack Overflow See other posts from Stack Overflow or by johnrock
Published on 2010-04-04T04:16:52Z Indexed on 2010/04/04 4:23 UTC
Read the original article Hit count: 524

Filed under:
|
|
|

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?

© Stack Overflow or respective owner

Related posts about saxparser

Related posts about parsers