XmlNode::ListAttributes (open)
List attributes on a node
Syntax
LOADLIB "wh::xml/dom.whlib";
RECORD ARRAY FUNCTION ListAttributes()
Return value
RECORD ARRAY
The node's attributes in unspecified order, including any xmlns attributes
STRING localname
Attribute local name
STRING namespaceuri
Attribute namespace URI
STRING nodename
Attribute node name, may include prefix
STRING nodevalue
Attribute value
STRING prefix
Attribute prefix