View Single Post
Old 01-22-2018, 12:00 PM   #1
johnarthurnichol
Junior Member
johnarthurnichol began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Jan 2018
Device: none
EPUB Validator Persistent Errors

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.
johnarthurnichol is offline   Reply With Quote