bell notificationshomepageloginedit profileclubsdmBox

10.01% popularity   0 Reactions

Something weird happened to an epub I'm working on.

It still looks OK in Sigil, except no image displays when I click on the page cover.xhtml. When I click on the epub icon, it doesn't open in iBooks. So I drug it into Pagina, and got this error message:

File 'META-INF/container.xml' could not be found

I've Googled for help but haven't found anything useful yet. It appears to reference a distinct page named container.xml, but I can't find such a page in my working epubs. I did a search for the text container.xml in my working epubs and again drew a blank.

Does anyone know what this error message means and how I can fix it?


Free books android app tbrJar TBR JAR Read Free books online gutenberg


Load Full (1)

Login to follow story

More posts by @BetL

1 Comments

Sorted by latest first Latest Oldest Best

 

@Karen

10% popularity   0 Reactions

This sounds like a minor error. I have a META-INF/container.xml which I have never looked at until now. The entire file says:

<?xml version="1.0" encoding="utf-8" standalone="no"?>
<container xmlns="urn:oasis:names:tc:opendocument:xmlns:container"
version="1.0">
<rootfiles>
<rootfile full-path="OEBPS/package.opf" media-
type="application/oebps-package+xml"/>
</rootfiles>
</container>

The specification for this file is here: www.idpf.org/epub/31/spec/epub-ocf.html#sec-container-metainf-container.xml
By the way, if you don't already do this, you should always use the epub validator to validate your epub file. (This error message sounds like the output of an epub validator).

(Let me add that my ebook production process generates the container.xml file automatically. Sigil should do the same. Perhaps you changed a setting or accidentally deleted this file?)


Free books android app tbrJar TBR JAR Read Free books online gutenberg


Load Full (0)

 

Back to top