View Single Post
Old 10-04-2010, 12:01 PM   #9
crutledge
eBook FANatic
crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.
 
crutledge's Avatar
 
Posts: 18,301
Karma: 16078357
Join Date: Apr 2008
Location: Alabama, USA
Device: HP ipac RX5915 Wife's Kindle
FlightCrew

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.
crutledge is offline   Reply With Quote