Home All Groups Group Topic Archive Search About

Using XMLDocument to load chinese characters

Author
14 Apr 2006 9:05 AM
Hitesh
Hi,
   I am using XMLDocument to parse an XML which has chinese characters. It
gives an error while using XMLdoc.load(string)

The string has chinese characters.

Please let me know if you have any idea about the same.

Thanks

Author
14 Apr 2006 9:58 AM
Cerebrus
Try copying your string into an XML file, and load it in IE.

Does your XML file load in IE, without errors ? It needs have the
Unicode encoding set, for XmlDocument to be able to parse it.

Regards,

Cerebrus.