Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 679 Bytes

File metadata and controls

34 lines (25 loc) · 679 Bytes

CreateNewXMLDocument

Description

Creates a new XML document root node. Returns an error code.

FUNCTION CreateNewXMLDocument(
				XMLHandle       : LONGINT;
				rootElementName : STRING):INTEGER;
def vs.CreateNewXMLDocument(XMLHandle, rootElementName):
    return INTEGER

Parameters

Name Type Description
XMLHandle LONGINT
rootElementName STRING

Examples

[[VS:WriteXMLFile]] and [[VS:WriteXMLMemory]]

See Also

SetElementValue | WriteXMLMemory | InitXML | ReleaseXML

Version

Availability: from All Versions

Category

  • XML