XML.PARSE Subroutine
Specifies an XML document to be parsed.
Syntax
XML.PARSE(errorMsg, handle, xmlDocument)
Syntax Elements
errorMsg A variable in which to return an error message, should an error occur. If the subroutine completes successfully, a null string is returned.
handle A reference to an XML parser object, returned by a call to the XML.INIT subroutine.
xmlDocument A string containing the XML document to be parsed.
Comments
Text lines in xmlDocument can be separated by either attribute marks or new line characters (host dependent).
Refer to XML Extraction for details of how to use this subroutine.