Quote:
Originally Posted by mtrahan
Okay, so what do you all do in case of a book with paper and ePub versions published at different times? Do you put both dates somewhere in the metadata or you just keep one?
Is my first solution acceptable? This one:
Code:
<dc:date opf:event="original-publication">2008-10-14</dc:date>
<dc:date opf:event="epub-publication">2012-04-30</dc:date>
That is if I stop overwriting the dc:identifier entry... 
|
Those two entries shouldn't cause any problems if added to the OPF manually. Or you could use the pre-fabbed "Date of creation, Date of modification, Date of publication" basic items to initially create the metadata entries... then manually alter them to your desired "original-publication" and "epub-publication" titles later.