Libraries anvil xml Node getAttribute

string getAttribute(string name)
string getAttribute(string name, string namespaceURI)
Returns the given attribute from this node.
Returns The value of attribute, null if node is not an element, empty string if attribute does not exist, or does not have any value - specified or default.