Create XML Node
Previous Top Next

This component is used to create a new XML node in a XML document that is held in in-memory variable.


graphic

 
XML Document
The in-memory variable that holds the XML document to add the node to.
Parent XPath
The XPath to the parent node to create the node.
New Node
The name of the new node to create.
Inner XML
The inner XML of the new node that will be attached under the Parent node.