Data type:
Access:
Applies to: For an X-document object, the AVM sets the ENCODING attribute to the encoding name specified in the XML document’s encoding declaration when you load an XML document using the LOAD( ) method (Handle).You can also set the ENCODING attribute to the name of the character encoding to use when saving an XML document using the SAVE( ) method. The AVM records this character encoding in the encoding declaration in the XML document’s prologue. If you do not set the ENCODING attribute, when you save the document, the document will not have an encoding declaration in its prologue, but the document will be saved with the default encoding of UTF-8.The encoding name must be an Internet Assigned Numbers Authority (IANA) name supported by the ABL XML Parser. Table 77 lists the names of the supported IANA encodings and their corresponding ABL code pages.
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |