View Single Post
Old 05-19-2020, 02:35 PM   #5
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,737
Karma: 24031401
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by kalco View Post
Error / NAV: Fixed Layout Epubs must have the "landmarks" section in the nav document, in which at least the attribute epub:type=bodymatter has been assigned. It defines the beginning of the main text.
You might be able to fix this problem with Sigil by right-clicking the first chapter and selecting Add Semantics > Bodymatter. (This'll add the missing landmark entry.)

Quote:
Originally Posted by kalco View Post
ERROR ITMS-9000: Invalid prefix attribute in root (package) element of the OPF file. Please supply a prefix attribute with valid rendition value in root element of the OPF file
Check the <package> tag in the .opf file. Reflowable Apple Books usually have the following package tag:

<package version="3.0" unique-identifier="PrimaryID" xml:lang="en" prefix="ibooks: http://vocabulary.itunes.apple.com/rdf/ibooks/vocabulary-extensions-1.0/" xmlns="http://www.idpf.org/2007/opf">

If you've edited the book with Calibre, it might contain a Calibre namespace reference, which you might have to remove along with all custom Calibre metadata entries.
Doitsu is offline   Reply With Quote