bell notificationshomepageloginedit profileclubsdmBox

10% popularity   0 Reactions

Instead of using Adobe DE (which isn't always reliable), you should use the epubcheck validator online on your epub file. validator.idpf.org/
You can download a copy of the validator tool on your own machine if you wish.

That will give you more verbose and actionable error messages.

Here are some examples of error messages: github.com/IDPF/epubcheck/wiki/Errors (unfortunately this list doesn't seem to be complete or up to date).

My guess based on a cursory reading of your file is that there are no file references here. Here's an example from one of my own files:

<navPoint id="d0e1652" playOrder="7">
<navLabel>
<text>The Silver Link</text>
</navLabel>
<content src="silver-link.xhtml"/>
</navPoint>
<navPoint id="d0e2128" playOrder="8">
<navLabel>
<text>Johnny Kinkaid</text>
</navLabel>
<content src="johnny-kinkaid.xhtml"/>

But your .ncx file has an empty reference;

<content src="" />

As for your other questions, let me say that I have never had to worry about toc.ncx file problems before ... mainly because I auto-generate the file from Docbook.

The meta stuff you have is exactly what I have; IIRC, it had to do with accessibility and spoken books.

In my experience, kindlegen almost always produces a working file for kindle if you have given it a valid .epub file.


Free books android app tbrJar TBR JAR Read Free books online gutenberg


Load Full (0)

Login to follow story

More posts by @Julie

0 Comments

Sorted by latest first Latest Oldest Best

 

Back to top