View Single Post
Old 03-17-2024, 04:42 PM   #2
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 47,793
Karma: 172313956
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
One item is how did you generate a toc.ncx with every src changed to scr for all the pagelist entries?

Then there are the two pairs of entries pointing to the same target. Again, this is not valid.
Code:
  <navPoint id="navPoint1" playOrder="1">
    <navLabel><text>Báj</text></navLabel>
    <content src="Text/cover.xhtml"/>
  
    <navPoint id="navPoint2" playOrder="2">
      <navLabel><text>obálka</text></navLabel>
      <content src="Text/cover.xhtml"/>
    </navPoint>
Code:
  <navPoint id="navPoint33" playOrder="33">
    <navLabel><text>Báj</text></navLabel>
    <content src="Text/afterword.xhtml"/>
  
    <navPoint id="navPoint34" playOrder="34">
      <navLabel><text>doslov (Jaroslav Putík)</text></navLabel>
      <content src="Text/afterword.xhtml"/>
    </navPoint>
I would suggesting correcting these errors and then testing the epub again.
DNSB is offline   Reply With Quote