OverviewExamples
XML.RemoveAttribute ( |
Removes a specific attribute from an element.
Note: For more information on the XML actions, see the XML Actions Concepts topic.
(string) The path to the element whose attribute you want to remove.
(string) The name of the attribute you want to remove.
Nothing. You can use Application.GetLastError to determine whether this action failed, and why.
See also: Related Actions