XML_CreateDocument
%XML_CreateDocument function
Function
The function creates an XML document.
Declaration
INT %XML_CreateDocument()Parameters
None.
Return value
Handle to the created XML document.
Description
The function creates an empty XML document and returns its handle.
Example
INT _doc
_doc := %XML_CreateDocument()