[jdom-interest] Escaping entities problem.

Paul Lawton paul at wirestation.co.uk
Tue Aug 29 07:03:38 PDT 2000


I have the following in my database
    "testing- -para!"
which should be a non-breaking space between the 2 words.

However when I put this data into a JDOM document - the ampersand is escaped
to produce the following element content:
    "testing- -para!"

Is there any way to turn off parsing for character entities when outputting
the document?

Paul





More information about the jdom-interest mailing list