Documentation Comments
Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.
Reality V15.0 ()
XML.EXTRACT Subroutine (XML) (xmlextract.htm)
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.