View Single Post
Old 12-14-2010, 12:03 PM   #3
grapplegirl
Junior Member
grapplegirl began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Dec 2010
Device: none
Quote:
Originally Posted by DMSmillie View Post
An EPUB file is essentially just a ZIP file, with the file extension .epub rather than .zip. One of the requirements of the EPUB standard is that the first file inside the zip archive is the file "mimetype" (which should also be uncompressed and unencrypted). The first error message you're getting:


- is indicating that the "mimetype" file isn't the first file inside the EPUB. The "mimetype" file is simply a text file, without any file extension, which contains the text:

application/epub+zip

Another requirement of the EPUB standard is that there should be a META-INF directory inside the EPUB file, containing the file "container.xml". That file contains some XML code that points to the location, inside the EPUB file, of the OPF file. The second error you're getting:



- indicates either that there isn't a META-INF directory in the EPUB file, or that it doesn't contain the "container.xml" file.

Basically, these errors indicate that the files inside the EPUB file aren't properly structured, and perhaps not all of the required files are present.

If this is an EPUB you created yourself, grapplegirl, if you let us know what method you're using to create the EPUB, I'm sure someone will be able to advise on how to fix these problems.

thanks, Donna,
I am exporting from InDesign. I have never gotten this validation error in the past and would like to fix it prior to exporting.

I do see a container.xml file in the META-IMF folder. so i really don't get that one.

can i change the name of the archive file in the zip folder? If so where do i find it?
grapplegirl is offline   Reply With Quote