serde-xml-rs icon indicating copy to clipboard operation
serde-xml-rs copied to clipboard

Handling namespaces

Open christopher-drews opened this issue 3 years ago • 2 comments

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.

christopher-drews avatar Mar 28 '22 08:03 christopher-drews

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.

punkstarman avatar Aug 31 '22 18:08 punkstarman