[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>études de cas</label>
<trail>études de cas</trail>
<url>/fr/case_studies/</url>
<active>true</active>
</navbranch>
my dtd has the following:
<!ENTITY eacute "é">
<!-- 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