serde-xml-rs
serde-xml-rs copied to clipboard
Handling namespaces
Hi,
how do you feel about adding the following features:
- handling namespaces
- (automatically escaping special character "<", ">" and "&" in strings) -->ignore, I just saw it should was done in MR #173 (issue #138)
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.
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.