ePub structure:
mimetype
metadata.opf
META-INF (folder: container.xml)
OEBPS (folder: html and toc.ncx )
In Flightcrew error is:
name of file/META-INF/container.xml
line 1
invalid document structure
This is the structure in the container.xml file:
<?xml version="1.0"?>
<container version="1.0" xmlns="urn:oasis:names:tc:opendocument:xmlns:conta iner">
<rootfiles>
<rootfile full-path="/metadata.opf" media-type="application/oebps-package+xml"/>
</rootfiles>
</container>
at
http://threepress.org/document/epub-validate/
The error message reads:
ERROR: TheVRabbit_44.epub: I/O error: invalid CEN header (bad compression method)
What to do?
Winn