View Single Post
Old 04-16-2011, 02:01 PM   #43
petercrowell
Connoisseur
petercrowell began at the beginning.
 
Posts: 61
Karma: 10
Join Date: Apr 2011
Device: Kindle
Quote:
Originally Posted by ATDrake View Post
create a final "dummy" <navPoint> entry which can go to any chapter for the href, as long as it's got a unique id and has a playOrder following the actual final chapter.

The trick is to leave the <text> for the dummy final chapter completely blank, which will keep it from being incorporated into the NCX, but usually manages to "force" KindleGen to create a functioning NCX point for the real final chapter it tried to skip.

Hope it works for you.
It didn't work, but I'm not sure I'm doing what you've suggested. Can you seen anything wrong with what I've tried?

The first nav point is the actual final chapter, the second is the dummy...


<navPoint id="navPoint-23" playOrder="23">

<navLabel>

<text>Chapter 23: Hiding Wood</text>

</navLabel>

<content src="silverlance.html#chapter23"/>

</navPoint>


<navPoint id="navPoint-24" playOrder="24">

<navLabel>

<text></text>

</navLabel>

<content src="silverlance.html#chapter23"/>

</navPoint>
petercrowell is offline   Reply With Quote