View Single Post
Old 09-02-2025, 10:14 AM   #3
Daniele Giampà
Member
Daniele Giampà began at the beginning.
 
Daniele Giampà's Avatar
 
Posts: 22
Karma: 20
Join Date: Jan 2024
Location: London
Device: none
Quote:
Originally Posted by Doitsu View Post
Manifest:

<item id="Tale_of_Tales_credits.xhtml" href="Tale_of_Tales_credits.xhtml" media-type="application/xhtml+xml"/>
<item id="Tale_of_Tales_titlepage.xhtml" href="Tale_of_Tales_titlepage.xhtml" media-type="application/xhtml+xml"/>

Spine:

<itemref idref="Tale_of_Tales_titlepage"/>
<itemref idref="Tale_of_Tales_credits"/>

You also might want to fix the many incorrect mime types and create fallback items for non core mime types, e.g. application/x-bplist and text/xml.
Thank you for the quick reply!

In Version 02, I wrote the code strings in the same way.

Manifest

610 <item id="Tale_of_Tales_credits.xhtml" href="Tale_of_Tales_credits.xhtml" media-type="application/xhtml+xml"/>
611 <item id="Tale_of_Tales_titlepage.xhtml" href="Tale_of_Tales_titlepage.xhtml" media-type="application/xhtml+xml"/>

Spine

619 <itemref idref="Tale_of_Tales_titlepage"/>
620 <itemref idref="Tale_of_Tales_credits"/>

And they are also present in the TOC:

13 <li><a href="Tale_of_Tales_titlepage.xhtml">Title page</a></li>
14<li><a href="Tale_of_Tales_credits.xhtml">Credits</a></li>

86 <li><a href="Tale_of_Tales_titlepage.xhtml">i</a></li>
87 <li><a href="Tale_of_Tales_credits.xhtml">ii</a></li>


I don't understand why EPUB-Checker doesn't find them. (screenshot attached)
Attached Thumbnails
Click image for larger version

Name:	Screenshot 2025-09-02 at 15.05.55.png
Views:	30
Size:	198.1 KB
ID:	217842  
Daniele Giampà is offline   Reply With Quote