This method sets the ENCODING attribute for the XML document to the encoding name specified in the XML document’s encoding declaration.
Return type:
Applies to:
LOAD ( mode , file memptr longchar , validate )A character expression that represents the name of a file that contains the source XML text. You can specify a relative pathname, an absolute pathname, or an HTTP URL. Any relative pathname is relative to the current working directory. The pathname can contain Unicode characters. See OpenEdge Development: Internationalizing Applications for more information about Unicode.
DEFINE VARIABLE hDoc AS HANDLE NO-UNDO.CREATE X-DOCUMENT hDoc.hDoc:LOAD("file", "memo.xml", TRUE).. . .
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |