GetXMLAttribute()
语法
Result$ = GetXMLAttribute(Node, Attribute$)概要
Returns the value of an attribute in the given XML node.
参数
Node The XML node to get the atttribute. Attribute$ The attribute name.
返回值
The value of the attribute in the specified 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.
参阅
SetXMLAttribute(), RemoveXMLAttribute()
已支持操作系统
所有