NextXMLAttribute()
Syntax
Result = NextXMLAttribute(Node)Description
This function must be called after ExamineXMLAttributes() to move step by step through the attributes of the given XML node.
Parameters
Node The XML node being examined with ExamineXMLAttributes().
Return value
Zero if there are no more attributes or nonzero if there still is one.
See Also
ExamineXMLAttributes(), XMLAttributeName(), XMLAttributeValue()
Supported OS
All