netvl / xml-rs

An XML library in Rust
MIT License
461 stars 113 forks source link

Add default "xmlns" on ParserConfig2 #233

Closed hydroper closed 10 months ago

hydroper commented 10 months ago

Could you add this easy feature?

Use a default namespace before parsing a XML document; i.e., xmlns="jetxml" by default at the root element, so that meta-attribute doesn't need to be specified.