DCLP / dclpxsltbox

Sandbox for development, testing, and review of XSLT for DCLP
http://dclp.github.io/dclpxsltbox/
1 stars 5 forks source link

invalid XML has been committed to master for some Herculaneum texts #302

Closed paregorios closed 7 years ago

paregorios commented 7 years ago

The following XML files are currently invalid in DCLP/idp.data master:

Full transcript of errors generated by saxon during XML processing:

Error on line 38 column 12 SXXP0003: Error reported by XML parser: The element type "idno" must be terminated by the matching end-tag "". org.xml.sax.SAXParseException; lineNumber: 38; columnNumber: 12; The element type "idno" must be terminated by the matching end-tag "". processing file /Users/paregorios/Documents/files/D/dclp-xslt/dclpxsltbox/../idp.data/DCLP/63/62384.xml

Error on line 881 column 24 SXXP0003: Error reported by XML parser: The element type "custEvent" must be terminated by the matching end-tag "". org.xml.sax.SAXParseException; lineNumber: 881; columnNumber: 24; The element type "custEvent" must be terminated by the matching end-tag "". processing file /Users/paregorios/Documents/files/D/dclp-xslt/dclpxsltbox/../idp.data/DCLP/63/62393.xml

Error on line 2413 column 24 SXXP0003: Error reported by XML parser: The element type "custEvent" must be terminated by the matching end-tag "". org.xml.sax.SAXParseException; lineNumber: 2413; columnNumber: 24; The element type "custEvent" must be terminated by the matching end-tag "". processing file /Users/paregorios/Documents/files/D/dclp-xslt/dclpxsltbox/../idp.data/DCLP/63/62500.xml

Error on line 1772 column 24 SXXP0003: Error reported by XML parser: The element type "custEvent" must be terminated by the matching end-tag "". org.xml.sax.SAXParseException; lineNumber: 1772; columnNumber: 24; The element type "custEvent" must be terminated by the matching end-tag "". processing file /Users/paregorios/Documents/files/D/dclp-xslt/dclpxsltbox/../idp.data/DCLP/63/62499.xml

HolgerEssler commented 7 years ago

This should be solved now by the following commit https://github.com/DCLP/idp.data/commit/c027df1470fb20be5dc983b1d309486923165a0f @paregorios please check, if any problems persist.