duplicate field @type
when both default and xsi namespace attribute are present
#757
Labels
duplicate
help wanted
namespaces
Issues related to namespaces support
serde
Issues related to mapping from Rust types to XML
The following code fails with
called
Result::unwrap()on an
Errvalue: Custom("duplicate field
@type")
:I am not quite sure if this is a duplicate of #347, but wanted to contribute another piece of test code. Right now I do a stupid string replacement of
xsi:type
withxsi_type
and quick-xml is still 10 times faster than some of there other crates I tried!The text was updated successfully, but these errors were encountered: