XmlElement::GetAttribute (open)
Retrieve the value of an unnamespaced attribute
Syntax
LOADLIB "wh::xml/dom.whlib";
STRING FUNCTION GetAttribute(STRING name)
Parameters
STRING name
Name of attribute to get
Return value
STRING
Attribute value, empty string if attribute does not exist