XMLAttributeName()
Syntax
Result$ = XMLAttributeName(Node)Description
After calling ExamineXMLAttributes() and NextXMLAttribute() this function returns the attribute name of the currently examined attribute on the given XML node.
Parameters
Node The XML node being examined with ExamineXMLAttributes().
Return value
The attribute name of the currently examined attribute on the given XML node.
See Also
ExamineXMLAttributes(), NextXMLAttribute(), XMLAttributeValue()
Supported OS
All