[jdom-interest] HELP: I want <CUSTOMER>. I get: &lt;CUSTOMER &gt;

Jason Hunter jhunter at acm.org
Mon Nov 19 20:58:34 PST 2001


> Unfortunately,  all DOM output (i.e. Xerces and JDom) is now 
> producing, e.g.:
>
> &lt; CUSTOMER &gt;
>
> instead of
>
> <CUSTOMER>

Looks like you're passing <CUSTOMER> as text content to another
element.  Make sure all elements are represented as Element objects, not
as text content within other elements.

-jh-



More information about the jdom-interest mailing list