ballsteve / xrust

XPath, XQuery, and XSLT for Rust
Apache License 2.0
85 stars 7 forks source link

XML parser allowing duplicate values #15

Closed Devasta closed 2 years ago

Devasta commented 2 years ago

As per the XML conformance tests as provided by OASIS, we are seeing successful parses where there should be errors.

conformance::xml::oasis_notwf::op44fail5

This parse should be returning an error.

Devasta commented 2 years ago

This is fixed in the 0.6 release.