I ran a Sigil file through FlightCrew and received the following report:
Quote:
Philosopher Jack.epub/OEBPS/content.opf:14:The <date> element's value is "", which is not a valid date format.
|
I looked in the OPF and found:
Code:
14:<dc:date opf:event="publication"></dc:date>
I found no other entry for date in the OPF.
In the Sigil code:
Code:
<head>
...
<meta content="10/4/2010" name="dcterms.date of publication" />
...
</head>
This displays in the Meta Data editor in the same format entered by the editor.
And in the HTML:
Code:
<meta name="dcterms.date of publication" content="10/4/2010" />
And yet, the date displays in the Calibre Viewer.
I have tried other formats from the Meta Data thread to no avail. Will someone point me to either the proper Meta statement or Date format and I can smile at having a fully correct ePub file.