External Interfaces > XML Support > XML Extraction > XML.INIT 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.INIT Subroutine (XML) (xmlinit.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

XML.INIT Subroutine

Creates and initialises an XML parser object. A reference to this object can then be passed to the XML.PARSE, XML.PARSE.QUERY and XML.EXTRACT subroutines so that you can run a query against an XML document.

Syntax

XML.INIT(errorMsg, handle)

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 variable in which to return a reference to an XML parser object.

Comments

Refer to XML Extraction for details of how to use this subroutine.

RealityV15.0Comment on this topic