Hello! I have an XML File, that starts with the following: <?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE xml [<!ENTITY copy "©"> <!ENTITY trade "™"> <!ENTITY deg "°"> <!ENTITY gt ">"> <!ENTITY sup2 "²"> <!ENTITY frac14 "¼"> <!ENTITY quot """> <!ENTITY frac12 "½"> <!ENTITY euro "€"> <!ENTITY Omega "Ω"> ]> I read and write it with dom4j and want to achieve e.g. the """. What I get is <!ENTITY quot """>. And after this, the file is no longer a valid XML file (or could not be readed by dom4j or IE or..) -- Viele Grüße / best regards Marc Pellmann _______________________________ inubit - the integration experts inubit AG Lützowstraße 105-106 D-10785 Berlin Fon: +49.30. 72 61 12-132 Fax: +49.30. 72 61 12-100 Freecall: 0800-go inubit Web: www.inubit.com |
- Re: [dom4j-user] read and write with dom4j gets an unvalid x... Marc Pellmann
- Re: [dom4j-user] read and write with dom4j gets an unva... Maarten Coene
- Re: [dom4j-user] read and write with dom4j gets an ... Marc Pellmann