This method insures that element has an attribute with a given
name and value.
E
E.setAttributeNS(,nsURIqName,value)
If has no
attribute in namespace E and qualified name nsURI, such an
attribute is created and set to the given qName.
value
If there is an existing attribute by that name, its value
is replaced by .
value
To create an attribute in the default namespace, pass
None as the first argument, and use an
unqualified .
qName
To create an attribute with a namespace qualifier, pass
the namespace URI as the first argument, and use a
qualified name of the form ". You are responsible
for being consistent about the association between a
given namespace prefixes and its namespace URI.
prefix:localName"