View Single Post
Old 04-15-2015, 06:16 PM   #1
sweetfeed
Junior Member
sweetfeed began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Apr 2015
Device: none
Apple validation errors

I'm receiving Apple validation errors for an ePub I created, though it's passing ePub check without errors. The book compilation of existing ePub files, which I combined using Calibre. I'm not really an expert with this at all, so I appreciate any help anyone can provide.

9000: "9781633690943.epub: Invalid URI in manifest 7/OEBPS/content.opf : The manifest should not include the OPF file" at Book

This message occurs once for all the books in the compilation, but I'm not sure what I should be looking for/where in the OPF I should be looking. I've copied what may be the relevant part.

Spoiler:
<dc:identifier opf:scheme="calibre">f2f7b7fb-36d5-48ee-81da-9a18c714d071</dc:identifier>
</metadata>
<manifest>
<item id="my_cover_image" href="cover.jpg" media-type="image/jpeg"/>
<item id="otf1" href="MathematicalPiLTStd.otf" media-type="font/opentype"/>
<item id="otf2" href="NationalHBR-Bold.otf" media-type="font/opentype"/>
<item id="otf3" href="NationalHBR-Book.otf" media-type="font/opentype"/>
<item id="otf4" href="NationalHBR-BookItalic.otf" media-type="font/opentype"/>
<item id="otf5" href="NationalHBR-Light.otf" media-type="font/opentype"/>
<item id="otf6" href="NationalHBR-Medium.otf" media-type="font/opentype"/>
<item id="otf7" href="NationalHBR-MediumItalic.otf" media-type="font/opentype"/>
<item id="otf8" href="NationalHBR-Regular.otf" media-type="font/opentype"/>
<item id="otf9" href="NationalHBR-RegularItalic.otf" media-type="font/opentype"/>
<item id="otf10" href="NationalHBR-Semibold.otf" media-type="font/opentype"/>
<item id="ncx" href="toc.ncx" media-type="application/x-dtbncx+xml"/>
<item id="css" href="epub.css" media-type="text/css"/>
<item id="Cover" href="00_Cover.xhtml" media-type="application/xhtml+xml"/>
<item id="nav_00" href="00_Halftitl.xhtml" media-type="application/xhtml+xml"/>
<item id="nav_01" href="01_Series_P.xhtml" media-type="application/xhtml+xml"/>
<item id="nav_02" href="02_Title_Pa.xhtml" media-type="application/xhtml+xml"/>
<item id="nav_03a" href="03a-synopsis.xhtml" media-type="application/xhtml+xml"/>
<item id="nav_03" href="03_Copyrigh.xhtml" media-type="application/xhtml+xml"/>
<item id="nav_04" href="04_What_You.xhtml" media-type="application/xhtml+xml"/>
<item id="nav_05" href="05_Contents.xhtml" media-type="application/xhtml+xml"/>
<item id="nav_06" href="06_Introduc.xhtml" media-type="application/xhtml+xml"/>
<item id="nav_07" href="07_Section.xhtml" media-type="application/xhtml+xml"/>
<item id="nav_08" href="08_1__The_B.xhtml" media-type="application/xhtml+xml"/>
<item id="nav_09" href="09_2__The_B.xhtml" media-type="application/xhtml+xml"/>
<item id="nav_10" href="10_3__The_C.xhtml" media-type="application/xhtml+xml"/>
<item id="nav_11" href="11_4__The_B.xhtml" media-type="application/xhtml+xml"/>
<item id="nav_12" href="12_5__The_D.xhtml" media-type="application/xhtml+xml"/>
<item id="nav_13" href="13_Section.xhtml" media-type="application/xhtml+xml"/>
<item id="nav_14" href="14_6__The_H.xhtml" media-type="application/xhtml+xml"/>
<item id="nav_15" href="15_7__The_B.xhtml" media-type="application/xhtml+xml"/>
<item id="nav_16" href="16_8__The_C.xhtml" media-type="application/xhtml+xml"/>
<item id="nav_17" href="17_9__The_C.xhtml" media-type="application/xhtml+xml"/>
<item id="nav_18" href="18_10__Mana.xhtml" media-type="application/xhtml+xml"/>
<item id="nav_19" href="19_Section.xhtml" media-type="application/xhtml+xml"/>
<item id="nav_20" href="20_11__Surv.xhtml" media-type="application/xhtml+xml"/>
<item id="nav_21" href="21_12__Last.xhtml" media-type="application/xhtml+xml"/>
<item id="nav_22" href="22_Section.xhtml" media-type="application/xhtml+xml"/>
<item id="nav_23" href="23_13__Mana.xhtml" media-type="application/xhtml+xml"/>
<item id="nav_24" href="24_14__Cond.xhtml" media-type="application/xhtml+xml"/>
<item id="nav_25" href="25_15__Work.xhtml" media-type="application/xhtml+xml"/>
<item id="nav_26" href="26_16__Forg.xhtml" media-type="application/xhtml+xml"/>
<item id="nav_27" href="27_Index.xhtml" media-type="application/xhtml+xml"/>
<item id="nav_28" href="28_About_th.xhtml" media-type="application/xhtml+xml"/>

</manifest>


9000: "9781633690943.epub: Item referenced in encryption.xml could not be found in the OPF manifest" at Book

The META-INF folder does contain an "encryption.xml" file, along with "com.apple.ibooks.display-options.xml". I admit I don't really know what these do. The book does use embedded fonts, which weren't showing up on all places, and this seemed to fix it. Do I need to declare the "encryption.xml" file in the OPF? The "com.apple.ibooks.display-options.xml" isn't declared and that didn't seem to throw any errors.

Thanks for any help you can provide.
sweetfeed is offline   Reply With Quote