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 the compiler raises an error.

Supported OS

All

<- FreeXML() - XML Index - GetXMLEncoding() ->