Set Element Attribute

Sets a value as attribute value.

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

  • Input: String Argumen Required Set XML as input .

  • Target Element: String Argument Required Input the XPath for the target element.

  • Attribute Name: String Argument Required Input the attribute name to set the value.

  • Attribute Value: String Argument Required Input the attribute value for the specified element.

  • Index: Integer Argument 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.

Output

Last updated