Quote:
Originally Posted by Doitsu
BTW, epub3 books need to have a date modified metadata entry. For example:
Code:
<meta property="dcterms:modified">2015-12-19T19:23:07Z</meta>
Otherwise you'll get the following ePubCheck error message:
Code:
Error while parsing file 'package dcterms:modified meta element must occur exactly once'.
|
Interesting. The date property is ambiguous at best since it does not indicate the purpose of the date. The ePub 3 seems to have corrected this in requiring the current date as opposed to the many other dates such as copyright date or original publication date. But technically this property is not a date property since there is an actual date property defined.
Dale