Skip to main content

Add XML Node

Activity Description

Adds a new node in the specified Xpath.

Output

Success/Failure.

Settings

  • XML Session – The XML session.
  • Add to all matching nodes – Adds the specified node under all nodes residing under the following Xpath (rather than just the last node).
  • XPath Query – The path of the node in which the new node is added.
    Example: //configuration
  • Node Name – The name of the new node.
  • New Node Value – The initial value of the new node.