XmlElement::GetAttributeNS (open)
Retrieve the value of an namespaced attribute
Syntax
LOADLIB "wh::xml/dom.whlib";
STRING FUNCTION GetAttributeNS(STRING namespaceuri, STRING localname)Parameters
STRING namespaceuriNamespace URI ofthe attribute
STRING localnameLocal name of attribute to get
Return value
STRINGAttribute value, empty string if attribute does not exist