Skip to main content
Version: Next

DOM Get XML element

DOM Get XML element ( elementRef ; elementName ; index ; elementValue ) -> Function result

ParameterTypeDescription
elementRefString🡒XML element reference
elementNameString🡒Name of element to get
indexLongint🡒Index number of element to get
elementValueVariable🡘Value of the element
Function resultString🡐XML reference (16 characters)

Description

The DOM Get XML element command returns a reference to the “child” element dependent on the elementName and index parameters.

The value of the element is also returned in the elementValue parameter.

Note: By default, DOM Get XML element is case sensitive regarding the elementName parameter (xml compliance). You can control the case sensitivity of the command using the XML DOM case sensitivity selector of the XML SET OPTIONS command.

System variables and sets

If the command has been correctly executed, the system variable OK is set to 1. If an error occurs, it is set to 0.

See also

DOM GET XML ELEMENT VALUE
XML SET OPTIONS