Document how to deserialize and serialize XML with namespaces using serde #803
Labels
documentation
Issues about improvements or bugs in documentation
namespaces
Issues related to namespaces support
serde
Issues related to mapping from Rust types to XML
There's a few examples here and there, I'd like to gather them to documentation. There's 2 cases with using namespaces used differently: When all namespaces are defined as attributes of a root element of the document, and namespaces defined inside child element.
Maybe it would be obvious to define them, but it would be better, when these examples would be documented properly, including
xsi:...
attributesThe text was updated successfully, but these errors were encountered: