RemoveXMLAttribute()

Syntax

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

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

Supported OS

All

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