Quote:
Originally Posted by davidfor
The problem seems to be in the content.opf and where some files are. The content.opf is in the OEBPS directory, which is fairly common. But, it refers to two files in the parent directory. The manifest has:
Code:
<item href="../cover.jpg" id="cover" media-type="image/jpeg"/>
<item href="../titlepage.xhtml" id="titlepage" media-type="application/xhtml+xml"/>
Moving the two files to the same directory as the content.opf and updating it, fixed it. I did the same with the supplied kepub version and that worked as well.
|
I made the mistake of trying to examine the EPUB with Sigil - in that the manifest part of content.opf looked o.k. However when I then expanded the EPUB with 7-Zip and looked at the content file with a text editor I saw what you meant.
Moral of the story - don't believe what you see ! - check.
BobC