Quote:
Originally Posted by Psymon
FINALLY I got that figured out, too, but I ended up getting some errors that look like this...
S:/walden.epub/OEBPS/content.opf (-1,-1): Error while parsing file 'The prefix "opf" for attribute "opf:scheme" associated with an element type "dc:identifier" is not bound'.
|
This means that somewhere in your opf file, you have an element whose tag name is
<dc:identifier ...> that contains an attribute called
opf:scheme, but you don't have an
xmlns:opf="..." attribute on either that element or on one of its ancestors to tell the validator what the
opf: prefix means.