RemoveXMLAttribute()

语法

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

参数

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

返回值

无.

Remarks

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

参阅

GetXMLAttribute(), SetXMLAttribute()

已支持操作系统

所有

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