ianprime0509 / zig-xml

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

Disallow `xml` as a PI target #8

Closed ianprime0509 closed 1 year ago

ianprime0509 commented 1 year ago

xml is not allowed as a PI target, but currently Scanner will accept it as such (unless it is the XML declaration). This should be fixed.