Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

make Apache Digester parse HTML body of element (in XML Document)

843834Jan 20 2006 — edited Jan 26 2006
Hello,

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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 23 2006
Added on Jan 20 2006
5 comments
162 views