Function XMLDocOpenString() Professional
Create XML document from a string.
XMLDocOpenString( <cXMLString>, [<nErrHandle>] ) --> nDocHandle
Returns a non-zero handle for the passed string or 0 if there are not enough system resources for the parser, or when the string does not contain valid XML code. 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>).
Invokes the XML parser engine which parsed the passed string and builds the internal tree structure.
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.