SetXMLAttribute()
Syntax
SetXMLAttribute(*Node, Attribute$, Value$)Description
Sets the value of the attribute on the given XML node. If the attribute does not exist yet, it will be added.
Only nodes of type #PB_XML_Normal can have attributes. For all other node types this function is ignored.
Supported OS
All