ianprime0509 / zig-xml

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

Overuse of `content` state #17

Closed ianprime0509 closed 1 year ago

ianprime0509 commented 1 year ago

Currently, the content state is used outside the root element, which is unfortunate and should be reconsidered, since it introduces unnecessary complexity. There should be a separate state for top-level "miscellaneous" content.