RemoveAttribute - cXMLDOMElement

Removes an attribute from an element node

Type: Procedure

Parameters: string sName

ParameterDescription
sNameAttribute name to be removed


Syntax
Procedure RemoveAttribute string sName

Call: Send RemoveAttribute sName


Description

RemoveAttribute is not namespace aware and only works reliably for attributes with no namespaces and no prefixes. You should use RemoveAttributeNS in its place.

RemoveAttribute removes a named attribute from an element node.

Send RemoveAttribute of hoElement "Type"