KWARC / rust-libxml

Rust wrapper for libxml2
https://crates.io/crates/libxml
MIT License
76 stars 38 forks source link

add remove_attribute_ns #80

Closed RavuAlHemio closed 4 years ago

RavuAlHemio commented 4 years ago

Node has get_attribute_ns and set_attribute_ns, but no remove_attribute_ns. This PR implements remove_attribute_ns.

dginev commented 4 years ago

Looks great to me! I don't have any further comments, and thanks for also adding a test.