<< Click to Display Table of Contents >> Navigation: Actions > XML Documents > XML Add Childnode |
The action allows adding a child node to another node.
Parent Node (XMLText)
Specify a parent node. The node can be specified as an XML text explicitly. For example:
<books description="My books">
<book>
<author>George Orwell</author>
<name>1984</name>
</book>
<book>
<author>George Orwell</author>
<name>Animal Farm</name>
</book>
</books>
Also the node can be specified by means of the variable in which the node is written down. For example:
{record}
Child node (XML text)
Specify the child node which is necessary to add into parent node. The node can be also specified as a XML text or by means of variables.
Save XML to Variable
Specify the variable into which the result is necessary to save. The result is saved as a text in XML format.
Related Topics