make Apache Digester parse HTML body of element (in XML Document)
843834Jan 20 2006 — edited Jan 26 2006Hello,
does anybody know how can I parse with the Apache Digester some specific element body (like HTML code) of a XML document.
XML example:
<information>
<text>
Some text �ber something. <b>some text</b>
</text>
</information>
How can I parse the text element?
I've defined the normal parser rules, but I get an
org.xml.sax.SAXParseException: The entity "uuml" was referenced, but not declared.