From e8fa8688344d3a2b73b38e736781701dc657c343 Mon Sep 17 00:00:00 2001 From: peterdd Date: Wed, 8 Jan 2020 20:31:35 +0100 Subject: Fix invalid xmlschema03.dtd Trying to make schema valid following https://www.w3.org/TR/xml11/, so it can be used for validation of xmlschema03 xml files. * remove xml declaration and doctype wrapper from dtd file * add XL|I1|I2|I4|I8 as allowed field types to the field attribute list * fix the sql attribute list * format ATTLIST with more then on attribute on separate lines See also ticket in the old abandoned adodb-xmlschema project https://sourceforge.net/p/adodb-xmlschema/bugs/20/ (probably xmlschema 02 there) Fixes #595 --- xmlschema03.dtd | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/xmlschema03.dtd b/xmlschema03.dtd index 97850bc7..10c6fef0 100644 --- a/xmlschema03.dtd +++ b/xmlschema03.dtd @@ -1,11 +1,16 @@ - - - + - + @@ -29,7 +34,9 @@ - + @@ -37,7 +44,10 @@ - + -]> \ No newline at end of file -- cgit v1.3