Microsoft. xmldom XML string Encoding

Source: Internet
Author: User
Tags windows 1252 xml attribute

According to Microsoft's instructions, the XML string retrieved from the Microsoft. xmldom XML Attribute does not have the encoding attribute, and only the Save method has it. Refer to Microsoft's msdn description:

Http://msdn.microsoft.com/en-us/library/ms755989 (V = vs.85). aspx

The property is read-only.

TheXMLProperty always returns a unicode string. That is,
XMLPropertyDomdocumentConverts the document from its original encoding to Unicode. As a result, the original encoding attribute is removed. For example,
<? XML version = "1.0" encoding = "UTF-8"?>Appears in
XMLProperty as follows.

Other
 
<? XML version = "1.0"?>

If the original encoding was not removed byXMLProperty, the following line returns an error indicating the parser cannot switch from Unicode to UTF-8 encoding.

Other
Xmldoc. loadxml (xmldoc. XML );

If you useSaveMethod, the original encoding is preserved. For example, if you load a document in Microsoft Windows 1252 encoding, it will be saved in that format.

This value depends on the value ofNodetypeProperty.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.