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 namespaceuri

Namespace URI ofthe attribute

STRING localname

Local name of attribute to get

Return value

STRING

Attribute value, empty string if attribute does not exist