SetAttributeNS¶
Sets an attribute on the current node to the specified value in the specified namespace URI.
1 | |
Parameters¶
string namespaceUri
The namespace URI of the attribute.
string attributeName
The qualified name of the attribute.
string attributeValue
The value of the attribute.
Remarks¶
If the attribute does not exist, it is created automatically.
Example¶
1 | |