international signs and entitys

Thorsten Möller <[email protected]> Wed, 29 Oct 2003 14:14:59 +0100
Newsgroups gmane.comp.java.enhydra.xmlc
Message-ID <005701c39e20$43356260$2a2e4c8d@Thoro>
Hello!

I don't know wheter it is a bug or what I want is not supported, but
international signs should be replaced in the following code with the
corresponding entity:

String text = "ü";
node.getOwnerDocument().createCDATASection(text);

After that the node should contain a text "&uuml;" but this is not the case.

Regards,
Thorsten