View Single Post
Old 12-22-2015, 11:21 AM   #1
crankypants
Hmm.
crankypants ought to be getting tired of karma fortunes by now.crankypants ought to be getting tired of karma fortunes by now.crankypants ought to be getting tired of karma fortunes by now.crankypants ought to be getting tired of karma fortunes by now.crankypants ought to be getting tired of karma fortunes by now.crankypants ought to be getting tired of karma fortunes by now.crankypants ought to be getting tired of karma fortunes by now.crankypants ought to be getting tired of karma fortunes by now.crankypants ought to be getting tired of karma fortunes by now.crankypants ought to be getting tired of karma fortunes by now.crankypants ought to be getting tired of karma fortunes by now.
 
Posts: 124
Karma: 2016606
Join Date: Oct 2015
Device: Android 4.2 Google Play Reader
Validation problem with EPUB2 copyright date

I'm trying to make an EPUB2 document and the validator is giving me errors on the copyright date line in the metadata area of content.opf: "Error while parsing file 'attribute "property" not allowed here; expected attribute "content", "id", "name", "scheme" or "xml:lang"'." For this error, I got the syntax from a web page, but I can't find any other web page for copyright date. Here's line 16 with the error.

Code:
<meta property="dcterms:dateCopyrighted">1922-12-01</meta>
One web page says the format should be:
Code:
<meta name="xxx" content="xxx" />
But where do I get a list of NAMEs and what the content is with examples? That's the part I cannot seem to find.

Thanks.

Last edited by crankypants; 12-22-2015 at 11:30 AM.
crankypants is offline   Reply With Quote