Returns the result of parsing an XML document against a query.
XML.EXTRACT(result, handle)
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.
Refer to XML Extraction for details of how to use this subroutine.