Closes an XML document created by
XMLDocument. All the resources allocated when creating and handling the XML document are freed.
XMLDocument("XMLDoc", XMLCode)
// Process and analyze the XML document
// ...
XMLClose("XMLDoc")
Syntax
<Result> = XMLClose(<XML document>)
<Result>: Boolean
- True if the document exists and if it is closed,
- False otherwise.
<XML document>: Character string
Name of XML document used. This document contains the XML code and it was created by XMLDocument.