Quote:
Originally Posted by kovidgoyal
epubcheck is wrong and calibre doesn't add <br> tags, if you have a br tag in your output, it was there in your input
|
So, calibre adds <br> tags when converting from RTF (as that was the source of my ePUB file)? That's strange!
As for the date:
http://www.idpf.org/doc_library/epub...m#Section2.2.7
Quote:
2.2.7: <date> </date>
Date of publication, in the format defined by "Date and Time Formats" at http://www.w3.org/TR/NOTE-datetime and by ISO 8601 on which it is based. In particular, dates without times are represented in the form YYYY[-MM[-DD]]: a required 4-digit year, an optional 2-digit month, and if the month is given, an optional 2-digit day of month.
The date element has one optional OPF event attribute. The set of values for event are not defined by this specification; possible values may include: creation, publication, and modification.
|
EDIT: Oh, I see my mistake about it supporting the full datetime. Sorry.