Quote:
Originally Posted by RootlessAgrarian
and I'm still not sure whether this is wholly a Sigil problem or something wacky about my epub file. if it is a broken file, then what would be nice would be for Sigil to complain about the offending syntax rather than just sulk :-)
|
found and downloaded epubcheck... which just confuses me even more.
java -jar /Users/de/Documents/EPC/epubcheck-1.0.3.jar f AgCiv.epub
Epubcheck Version 1.0.3
ERROR: AgCiv.epub/OEBPS/content.opf(9): unfinished element
ERROR: AgCiv.epub/OEBPS/text/content004.xhtml(13): unknown element "H1" from namespace "http://www.w3.org/1999/xhtml"
ERROR: AgCiv.epub/OEBPS/text/content004.xhtml(13): The element type "H1" must be terminated by the matching end-tag "</H1>".
ERROR: AgCiv.epub/OEBPS/text/content004.xhtml: The element type "H1" must be terminated by the matching end-tag "</H1>".
Check finished with warnings or errors!
hmmm. the strange thing is that there are h1's in content files 000 through 003 which don't raise a flag; and that the h1 tag is, in fact, properly closed by a /h1 tag.
now, is epubcheck also broken? or am I missing one of those odd "delayed action" syntax errors ...?