lodo1995 / experimental.xml

A replacement of Phobos std.xml
https://lodo1995.github.io/experimental.xml
Boost Software License 1.0
20 stars 8 forks source link

Restructure testing #2

Closed lodo1995 closed 8 years ago

lodo1995 commented 8 years ago
lodo1995 commented 8 years ago

To be used completely, the XML Test Suite requires the ability to parse DTDs and external entities, so for now only part of it will be used in testing (even if I will copy all of it in the project). For this reason, DTD parsing and entity substitution (at least for internal entities) gains a higher priority than before.

burner commented 8 years ago

for parsing that is true, but for lexing aka split the string into xml nodes all files should work. most likely

lodo1995 commented 8 years ago

Closing; now the structure for testing is set up.