DOM Get XML element

4D - Documentation   Français   English   German   4th Dimension 2004, Command Theme List   4th Dimension 2004, Command Alphabetical List   4th Dimension 2004, Constant Theme List   Back   Previous   Next

version 2004 (Modified)


DOM Get XML element (elementRef; elementName; index; elementValue) String

ParameterTypeDescription
elementRefStringXML element reference
elementNameStringName of element to get
indexLongintIndex number of element to get
elementValueVariableValue of the element
Function resultStringXML 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.

See Also

DOM GET XML ELEMENT VALUE.

System Variables or 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.


4D - Documentation   Français   English   German   4th Dimension 2004, Command Theme List   4th Dimension 2004, Command Alphabetical List   4th Dimension 2004, Constant Theme List   Back   Previous   Next