Using XMLDocument to load chinese characters

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Hitesh

    Using XMLDocument to load chinese characters

    Hi,
    I am using XMLDocument to parse an XML which has chinese characters. It
    gives an error while using XMLdoc.load(str ing)

    The string has chinese characters.

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

    Thanks
  • Cerebrus

    #2
    Re: Using XMLDocument to load chinese characters

    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.

    Comment

    Working...