ianprime0509 / zig-xml

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

Support DTDs #9

Open ianprime0509 opened 1 year ago

ianprime0509 commented 1 year ago

This issue is for implementing parsing of DTDs and the processing required of a non-validating XML parser according to the spec.