Function XMLDocOpenFile() Professional

Open an XML document.

Syntax
XMLDocOpenFile( <cXMLFileName>, [<nErrHandle>] ) --> nDocHandle
Parameters
<cXMLFileName>
Name of an XML file to be parsed.
<nErrHandle>
Pass a variable by reference which receives an error handle if errors were recorded.
Return

Returns a non-zero numeric handle for the document, or 0 if there are not enough system resources for the parser, or when the file cannot be opened, read or parsed. The handle returned by this function must be used in subsequent calls to other XMLDoc..() functions.

If the function returns 0, more information can be obtained by calling XMLDocGetErrorList(,<nErrHandle>).

Description

XMLDocOpenFile() opens a new XML document. It allocates system resources for the parser, opens and reads the file and parses it contents. While parsing a document, a tree is build by the parsing engine.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.