View Single Post
Old 10-16-2011, 09:48 PM   #1
BlindHen
Junior Member
BlindHen began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Oct 2011
Location: Stockholm
Device: iPad/iPhone
TOC with filenames when exporting from ID55

Hi,

when I export a book from InDesign 5.5 to epub, the navigatinal TOC in iPad and iPhone just contains the names of the individual idd-files in the book - not the headers of these chapters.

Like this:

intro_text
1_chapter

Instead of:

Introduction
The big lie

Even stranger, when I open the toc.ncx file, this is what it looks like:

<navPoint id="navpoint1" playOrder="1">
<navLabel>
<text>Introduction</text>
</navLabel>
<content src="intro_text.html#toc_marker-1"/>
</navPoint>
<navPoint id="navpoint2" playOrder="2">
<navLabel>
<text>The big lie</text>
</navLabel>
<content src="1_chapter.html#toc_marker-2"/>
</navPoint>

So when the correct names from the headings of each chapter really are inside the <text></text>, why on earth don't they show up in the Navigational TOC??
BlindHen is offline   Reply With Quote