xs:list
deserialization does not split on all whitespace
#839
Labels
arrays
Issues related to mapping XML content onto arrays using serde
bug
help wanted
serde
Issues related to mapping from Rust types to XML
Despite the documentation explicitly mentioning that "According to the XML Schema specification, delimiters for elements is one or more space (
,
(space):
\r
,\n
, and\t
) character(s).",ListIter
only actually splits onsimple_type.rs
.Reproducer:
The text was updated successfully, but these errors were encountered: