nlbdev / nordic-epub3-dtbook-migrator

Tools for converting between a strict subset of DTBook and EPUB3.
http://nlbdev.github.io/nordic-epub3-dtbook-migrator/
GNU Lesser General Public License v2.1
8 stars 7 forks source link

Checking for the presence of doctype. #559

Closed kalaspuffar closed 1 year ago

kalaspuffar commented 1 year ago

Hi @josteinaj

In this PR, I try to check the presence of doctype for all the content files of the EPUB.

This will hopefully solve https://github.com/nlbdev/nordic-epub3-dtbook-migrator/issues/540

Best regards Daniel

josteinaj commented 1 year ago

I see there's a conflict in TestValid.java that prevents merging. Feel free to merge when it's resolved.