Skip to main content
Version: Next

DOM Append XML element

DOM Append XML element ( targetElementRef : Text ; sourceElementRef : Text ) : Text

ParameterTypeDescription
targetElementRefText→Reference of XML parent element
sourceElementRefText→Reference of XML element to append
Function resultText←Reference of new XML element
History
ReleaseChanges
12Created

Description​

The DOM Append XML element command is used to add a new XML element to the children of the XML element whose reference is passed in the targetElementRef parameter.

In the sourceElementRef parameter, pass the element to be added. This element must be passed as the reference of an existing XML element in a DOM tree. It is added after the last existing child element of targetElementRef.

Example​

See the example of the DOM Insert XML element command.

See also​

DOM Insert XML element

Properties​

Command number1082
Thread safeyes