'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'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
|