[EMAIL PROTECTED] wrote:
i have a XML-File with the element <content> führen </content>
i use the html-name "ü" for the german letter "ü",
but while i parse the file i receive a DocumentException: the reference to
a not define entity ü".
But I have to use the html-name "ü" and not the Unicode "ü ". Can
anybody help me how to make dom4j process html-name "ü"
you could add a dummy DTD containing an entity declaration for those umlauts:
<?xml version="1.0" encoding="iso-8859-1" ?>
<!DOCTYPE foo [
<!ENTITY uuml "ü">
...
]>
<content>düdeldü</content>
hth,
Markus
-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
dom4j-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dom4j-user