Add to XML node
Add a value to a XML node.
Add to XML node
Add to XML node parameters
Parameters
Node name—REQUIRED
Name of your XML node
Has inner value
If enabled, the XML node accepts an input value as content.
Example
<!-- Has inner value = enabled -->
<XML_node>
<Inner_value />
</XML_node>
<!-- Has inner value = disabled -->
<XML_node />
XML attributes
List of attributes of the XML node.
Name—REQUIRED
The attribute name.
Value type—REQUIRED
The type of the attribute’s value.
Dynamic
If enabled, the attribute will appear as an input of the node function.
Value (if static)
The static value of the attribute if the Dynamic parameter is disabled.
Input
node inner value
Any type of value if Has inner value
parameter is enabled.
Any attributes
Any type of dynamic attribute we can convert to XML (see XML attributes
parameter).
Output
XML Node
Generated XML node