ianprime0509 / zig-xml

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

Namespace validations #13

Closed ianprime0509 closed 1 year ago

ianprime0509 commented 1 year ago

The current namespace support does not reject invalid namespace syntax, but it should. However, since namespaces aren't part of the core XML spec, this implies that namespace handling should be a toggleable Reader feature so that XML documents which do not use namespaces can be processed even if they accidentally do something contrary to the namespaces spec.