[jdom-interest] Entities in attributes

Paul Reeves p_a_reeves at hotmail.com
Wed May 1 12:25:14 PDT 2002


Hi

I can't get JDOM to leave entities in attributes alone - it converts them 
back to their value specified in the dtd:

for example


if the entity &abc; is set to in the DTD to the value '10':


<doc>
<value="somevalue&abc;">123</value>
</doc>

when sent through the XMLOutputter is converted to

<doc>
<value="somevalue10">123</value>
</doc>

I've looked at the outputter and can't seem to find
a way of disabling this conversion - can anyone help?

Thanks

Paul





_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com




More information about the jdom-interest mailing list