Delete Attribute
Deletes an element attribute.
Last updated
Deletes an element attribute.
Last updated
This activity deletes a specified element attribute from the given XML.
Input: Required
Input the XML.
XPath: Required
Input the XPath for the element of the attribute to be deleted.
Attribute Name: Required
Input the name of the attribute to be deleted.
Index:
Specifies the index from which the attribute is to be deleted. Used with Delete FromAtIndex
.
Delete From: Select the method where the element attribute is to be deleted. These are the available options.
First
- Deletes the first occurrence of the element of the specified attribute.
AtIndex
- Deletes the element of the specified attribute at the specified index.
All
- Deletes all the occurrences of the element of the specified attribute.
Result: Stores the updated the XML after the attribute deletion in the specified variable