Thread: 'apos' error
View Single Post
Old 10-17-2011, 01:45 PM   #1
loraw
lw
loraw began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Oct 2011
Device: ipad
'apos' error

Hi,
When I validate my epub file, it gives me an error
ERROR: /OEBPS/content.opf(6): Entity 'apos' is undeclared.

The only place I find 'apos' is in the content.opf file. There is an apostrophe in the title. The code is as follows:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<package xmlns="http://www.idpf.org/2007/opf" xmlns:dc="http://purl.org/dc/elements/1.1/" unique-identifier="bookid" version="2.0">
<metadata>
<meta name="generator" content="Adobe InDesign"/>
<meta name="cover" content="x5150.png"/>
<dc:title>A Country Doctor&apos;s Journal</dc:title>

I changed it to see what would happen to this:
<dc:title>A Country Doctors Journal</dc:title>

However, I'm still getting the same error.

Does anyone know what I'm missing and how to fix it?

Thanks,
lw
loraw is offline   Reply With Quote