KWARC / rust-libxml

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

Add ability to recursively remove ns #16

Closed triptec closed 7 years ago

triptec commented 7 years ago

Coming from ruby I've loved to use Nokogiri, so now that I'm porting some code I found that this wasn't in libxml but in Nokogiri but still think it is useful.

From the Nokogiri docs

This could be useful for developers who either don't understand namespaces or don't care about them.

dginev commented 7 years ago

Sounds reasonable, thanks for the PR!