ianprime0509 / zig-xml

XML parser for Zig
http://ianjohnson.dev/zig-xml/
BSD Zero Clause License
14 stars 3 forks source link

Namespace errors should not be part of error set for non-namespace-aware readers #21

Closed ianprime0509 closed 11 months ago

ianprime0509 commented 1 year ago

If a Reader is configured to be non-namespace-aware, errors such as InvalidNsBinding should not be part of the error set of the reader, since they can never occur.