> if i put the epub made by calibre (from the prc made by mobi),
> i only get a date warning and the warnings from the ul's
i changed all of my files from xhtml 1.1 to html 4.01 strict.
putting the prc into calibre and converting to epub gets the same date warning and ul warnings. flightcrew complains about the ul's.
extracting the single html file from the calibre epub and putting it into sigil and making an epub and running epubcheck has a single warning:
ERROR: sigil2.1.epub/OEBPS/content.opf(6): unfinished element
Check finished with warnings or errors!
the content.opf looks like:
<?xml version='1.0' encoding='utf-8'?>
<package xmlns="http://www.idpf.org/2007/opf" version="2.0" unique-identifier="uuid_id">
<metadata xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:opf="http://www.idpf.org/2007/opf" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:calibre="http://calibre.kovidgoyal.net/2009/metadata" xmlns:dc="http://purl.org/dc/elements/1.1/">
<dc:publisher>Robert J. Terry</dc:publisher>
<meta name="calibre:series_index" content="1"/>
<dc:language>en</dc:language>
so it looks like it's complaining about a missing </meta>. maybe it really needs the space before the /.
flightcrew complains about: The <language> element is missing. and: The <title> element is missing.
if i fool arounf with the unzipped epubs, is there a special way i need to zip them back up?
thanks
|