ballsteve / xrust

XPath, XQuery, and XSLT for Rust
Apache License 2.0
84 stars 7 forks source link

Additional DTD fixes and character checks updated #59

Closed Devasta closed 10 months ago

Devasta commented 11 months ago

A bunch of changes, main one being that I am now reading entities properly, before it was processing them as soon as they were encountered, but this meant external would be processed before internal ones were picked up (so stuff like INCLUDE/IGNORE in param entities didn't work.

Also some small changes around allowed characters for XML 1.0 vs 1.1