Skip to main content

Add to XML node

Add a value to a XML node.

Example
<!-- Configuration -->
Node name: Hello

<!-- Data input -->
<from>France</from>

<!-- Output -->
<Hello>
<from>France</from>
</Hello>

Parameters

Node nameREQUIRED
Name of your XML node

Input

Any

Any type of attribute we can convert to XML.

Output

XML Node
Generated XML node