DOM Get Root XML element
DOM Get Root XML element ( elementRef ) -> Function result
Parameter | Type | Description | |
---|---|---|---|
elementRef | Text | → | XML element reference |
Function result | String | ← | Reference of root element or "" in case of error |
Description
The DOM Get Root XML element command returns a reference to the root element of the document to which the XML element that is passed in the elementRef parameter belongs. This reference can be used with the other XML parsing commands.