Add XML Element

Creates an XML Element Entry

 

Input Arguments

0

Integer

XML File Handle

The handle to the XML file as returned from the Open XML File command.

1

String

Parent Node XPath

XML Element to add.

 

Return Arguments

None.

 

Returned Status

SUCCESS

The XML Element was created successfully.

FAILURE

The file handle was invalid, or could not be saved.

 

Remarks

None.