Set Element Attribute
Sets a value as attribute value.
Last updated
Sets a value as attribute value.
Last updated
This activity sets a given value to a user-specified attribute name in a given XML input. XPath is used to obtain the target element.
Input: Required
Set XML as input .
Target Element: Required
Input the XPath for the target element.
Attribute Name: Required
Input the attribute name to set the value.
Attribute Value: Required
Input the attribute value for the specified element.
Index:
Specifies the index at which the attribute is to be set. Used with Mode AtIndex
.
Mode: Select the method where the element is to be inserted. These are the available options.
First(default)
- The value is set as an attribute value in the first occurrence of the attribute name.
AtIndex
- Sets the value of the specified attribute at the specified index
All
- Sets the value at all the occurrences of the specified attribute.
Result: Stores the XML code after setting attribute value in the specified variable