Overview
DXML.RemoveAttribute (
string XMLTable,
string XMLPath,
string AttributeName )
Removes a specific attribute from an element.
(string) The name of the XML table.
(string) The path to the element whose attribute you want to remove.
(string) The name of the attribute you want to remove.
Nothing.
See also: Related Actions