Toc created by Calibre works in Calibre but not in Kindle Keyboard
The book was a pdf that has been converted to azw3 and edited to add h2 tags to chapter titles and then split using the calibre split tool. I then let calibre create a toc, which works in the calibre reader, but NOT in my Kindle Keyboard.
The KK displays the expected tic marks in the progress bar but the chapter navigation buttons only work for the prologue and chapter one. It cycles between prologue and chapter one forever and will never jump to any other chapters. I can page through and read the whole book, just can't navigate chapters.
I reviewed the chapter links and the toc file and can't see any reason why it doesn't work.
CHAPTER HEADINGS FOR THE FIRST 4 ITEMS IN THE TOC:
<h2 class="calibre4" id="calibre_toc_2">PROLOGUE</h2>
<h2 class="calibre2" id="1T141-1a5df9c467514a6eb90de773e191ab2c">ONE-THE LAW OF THE DESERT</h2>
<h2 class="calibre2" id="2RHM1-1a5df9c467514a6eb90de773e191ab2c">TWO-BINDING AND UNBINDING</h2>
<h2 class="calibre2" id="3Q281-1a5df9c467514a6eb90de773e191ab2c">THREE-HUNTING</h2>
PARTIAL TOC.NCX FILE :
<?xml version='1.0' encoding='utf-8'?>
<ncx xmlns:calibre="http://calibre.kovidgoyal.net/2009/metadata" xmlns="http://www.daisy.org/z3986/2005/ncx/" xml:lang="en">
<head>
<meta name="dtb:uid" content="21d9e9a6-0306-47cc-a660-feae508ef91d"/>
<meta name="dtb:depth" content="2"/>
<meta name="dtb:generator" content="calibre (3.44.0)"/>
<meta name="dtb:totalPageCount" content="0"/>
<meta name="dtb:maxPageNumber" content="0"/>
</head>
<docTitle>
<text>Table of Contents</text>
</docTitle>
<navMap>
<navPoint playOrder="1" id="num_1">
<navLabel>
<text>PROLOGUE</text>
</navLabel>
<content src="text/part0001.html#calibre_toc_2"/>
</navPoint>
<navPoint playOrder="2" id="num_2">
<navLabel>
<text>ONE-THE LAW OF THE DESERT</text>
</navLabel>
<content src="text/part0002.html#1T141-1a5df9c467514a6eb90de773e191ab2c"/>
</navPoint>
<navPoint playOrder="3" id="num_3">
<navLabel>
<text>TWO-BINDING AND UNBINDING</text>
</navLabel>
<content src="text/part0003.html#2RHM1-1a5df9c467514a6eb90de773e191ab2c"/>
</navPoint>
<navPoint playOrder="4" id="num_4">
<navLabel>
<text>THREE-HUNTING</text>
</navLabel>
<content src="text/part0004.html#3Q281-1a5df9c467514a6eb90de773e191ab2c"/>
</navPoint>
<navPoint playOrder="5" id="num_5">
<navLabel>
<text>FOUR-THE TREE OF LIFE</text>
</navLabel>
<content src="text/part0005.html#4OIQ1-1a5df9c467514a6eb90de773e191ab2c"/>
</navPoint>
.
|