XML.EXTRACT Subroutine
Returns the result of parsing an XML document against a query.
Syntax
XML.EXTRACT(result, handle)
Syntax Elements
result A variable in which to return a string containing the current results for XML parser specified by the handle parameter.
handle A reference to an XML parser object, returned by a call to the XML.INIT subroutine.
Comments
Refer to XML Extraction for details of how to use this subroutine.