I'm trying to validate a find layout EPUB and I keep getting the same two errors:
OPF-001 (ERROR) Message: There was an error when parsing the EPUB version: Version not found.
RSC-005 (ERROR) Message: Error while parsing file 'The entity name must immediately follow the '&' in the entity reference.'.
This is the beginning code in my .opf file:
Code:
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://www.idpf.org/2007/opf" unique-identifier="BookID" version="2.0" >
<metadata xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:opf="http://www.idpf.org/2007/opf">
I'm really stumped and would be grateful if you could help.