XmlNode::ListAttributes (open)
List attributes on a node
Syntax
LOADLIB "wh::xml/dom.whlib";
RECORD ARRAY FUNCTION ListAttributes()Return value
RECORD ARRAYThe node's attributes in unspecified order, including any xmlns attributes
STRING localnameAttribute local name
STRING namespaceuriAttribute namespace URI
STRING nodenameAttribute node name, may include prefix
STRING nodevalueAttribute value
STRING prefixAttribute prefix