remove_attribute_ns method

remove_attribute_ns

Removes an attribute by local name and namespace URI.

def remove_attribute_ns(self, namespace_uri, local_name):
    ...
ParameterTypeDescription
namespace_uristrThe namespace URI.
local_namestrName of the local.

See Also