[jdom-interest] going foreign

Mark Ayad mayad at ogilvy.net
Wed Jul 25 07:25:23 PDT 2001


Hi all,

I have some xml containing the entity é - in xml terms:


<navbranch id="5">
	<label>&#233;tudes de cas</label>
	<trail>&eacute;tudes de cas</trail>
	<url>/fr/case_studies/</url>
	<active>true</active>
</navbranch>

my dtd has the following:

<!ENTITY eacute "&#233;">
<!-- latin small letter e with acute, U+00E9 ISOlat1 -->

I obtain the label using:

.getAttributeValue("label")

however the é is now missing.

my setup is as folows

jdom version : jdom1_6b

sax-driver-class : org.apache.xerces.parsers.SAXParser

Any help / pointers is appreciated ?









More information about the jdom-interest mailing list