External Interfaces > XML Support > XML Extraction > XML.PARSE.QUERY 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.PARSE.QUERY Subroutine (XML) (xmlparsequery.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

XML.PARSE.QUERY Subroutine

Parses an XML query.

Syntax

XML.PARSE.QUERY(errorMsg, handle, xmlQuery)

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.

xmlQuery A string containing the XML query to be parsed. For information about how to write an XML query, refer to Writing an XML Query.

Comments

Text lines in xmlQuery 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.

See Also

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

RealityV15.0Comment on this topic