Aha. Since Java internally uses Unicode you should be able to simply pass in the normal Unicode character, not the already escaped character because DOM will think that you want to output text ("∅") not the character. Once you pass in the Unicode character the serializer should handle the Unicode character for you automatically. The whole thing is probably easier than you think. :-)
On 17.02.2005 09:54:51 Manisha Sathe wrote: > I am using DOM to generate xml file. And the chinese character string > is a hardcoded one > > i.e. when i am setting value to xml node i am passing it string as > "∆" but DOM automatically converts this string and store into > xml file as "&#x2206", > > Can DOM take care of this ? I think i am asking Java related question > but in case u know, pls let me know. I will also post it on Java forum. Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]