(no version information, might be only in CVS)
DOMElement->getAttributeNS -- Returns value of attribute
Description
string
DOMElement->getAttributeNS ( string namespaceURI, string localName)
Returns the value of the attribute in namespace namespaceURI
with local name localName for the current node.
If no attribute with given name is found, an empty string is returned.
See also DOMElement->setAttributeNS()