GetXMLAttribute()
Syntax
Result$ = GetXMLAttribute(*Node, Attribute$)Description
Returns the value of an attribute in the given XML node. If the attribute does not exist an empty string is returned.
Only nodes of type #PB_XML_Normal can have attributes. For all other node types this function returns empty strings.
Supported OS
All