pub fn remove_node_attribute(node: &mut Node, key: &str) -> Result<(), String>
Remove a possibly-PREFIXED attribute — the counterpart of get_node_attribute, with the same namespace resolution.
get_node_attribute