[jdom-interest] Preventing Escape Character Conversion

Robert (Jamie) Munro rjmunro at arjam.net
Fri Mar 28 04:46:32 PST 2003


> -----Original Message-----
> From: jdom-interest-admin at jdom.org
> [mailto:jdom-interest-admin at jdom.org]On Behalf Of Ian Bryson
> Sent: 27 March 2003 12:20
> Subject: [jdom-interest] Preventing Escape Character Conversion
>
>
> Hi,
>
> I need to prevent escape characters being converted when I read in an XML
> string.  I have & in my XML and I don't want them being
> converted to &.

They're not /converted/ to "&". They are "&". JDOM is not textual XML. If
you see &, your XML has not been parsed.

Why do you want to do this?

Robert Munro




More information about the jdom-interest mailing list