RemoveXMLAttribute()

Syntax

RemoveXMLAttribute(Node, Attribute$)
Description
Removes the attribute from the given XML node.

Parameters

Node The XML node to remove the atttribute.
Attribute$ The attribute name to remove. If the attribute doesn't exists, nothing happens.

Return value

None.

Remarks

Only nodes of type #PB_XML_Normal can have attributes. For all other node types this function is ignored.

See Also

GetXMLAttribute(), SetXMLAttribute()

Supported OS

All

<- PreviousXMLNode() - XML Index - ResolveXMLAttributeName() ->