Creates an attribute of the given qualified name and namespace URI.
CL_DomAttr CL_DomDocument::create_attribute_ns( const CL_DomString & namespace_uri, const CL_DomString & qualified_name);
Detailed description:
Note that the Attr instance can then be set on an Element using the setAttribute method.