RReverser / serde-xml-rs

xml-rs based deserializer for Serde (compatible with 1.0+)
https://crates.io/crates/serde-xml-rs
MIT License
269 stars 90 forks source link

Handling namespaces #174

Open christopher-drews opened 2 years ago

christopher-drews commented 2 years ago

Hi,

how do you feel about adding the following features:

I can support and try to implement these, but before I spend my time it would be great to know if you would consider merging these once implemented.

punkstarman commented 2 years ago

Hi @christopher-drews,

Supporting namespaces is on the agenda. Last year I prototyped a few ideas on my other repo before settling on an idea that I liked.