znerd/logdoc

Replace DTD validation with XSD validation

Closed this issue · 2 comments

Currently, Logdoc files refer to a DTD that is then checked by the Logdoc runtime.

Instead, Logdoc should not require the DTD setting, but just check against an (internal) XSD. That should simplify authoring as well as migrations from one Logdoc version to another.

Partially done in the trunk, the DTD declaration is now no longer required.

Using XSDs now.