Special characters in XHTML - Parse Error

Posted by Rachel on Stack Overflow See other posts from Stack Overflow or by Rachel
Published on 2010-05-10T20:25:04Z Indexed on 2010/05/10 20:34 UTC
Read the original article Hit count: 230

When there are special characters like & in the xhtml the DOM / SAX parser throws parse exception. The xhtml document is got as an input for my component. I want to ignore such special characters when i parse. How can i achieve it using DOM/SAX JAVA parser.

© Stack Overflow or respective owner

Related posts about Xml

Related posts about nsxmlparser