External Interfaces > XML Support > XML Extraction > XML.EXTRACT Subroutine

Comment on this topic

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)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

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.

See Also

XML.INIT, XML.PARSE, XML.PARSE.QUERY, XML.QUERY.

RealityV15.0Comment on this topic