View Single Post
Old 09-26-2011, 08:40 PM   #8
bfollowell
Fanatic
bfollowell ought to be getting tired of karma fortunes by now.bfollowell ought to be getting tired of karma fortunes by now.bfollowell ought to be getting tired of karma fortunes by now.bfollowell ought to be getting tired of karma fortunes by now.bfollowell ought to be getting tired of karma fortunes by now.bfollowell ought to be getting tired of karma fortunes by now.bfollowell ought to be getting tired of karma fortunes by now.bfollowell ought to be getting tired of karma fortunes by now.bfollowell ought to be getting tired of karma fortunes by now.bfollowell ought to be getting tired of karma fortunes by now.bfollowell ought to be getting tired of karma fortunes by now.
 
Posts: 541
Karma: 1152752
Join Date: Aug 2010
Location: Evansville, IN, USA
Device: Samsung Galaxy Tab 4 Nook & Samsung Galaxy Tab S 10.5
I just don't get it. I've looked at the ncx that is giving me fits and another that I've verified works and formats perfectly and I see hardly any difference between them. The only difference I can see is in the fact that the ncx that doesn't work has classes setup for the various navpoint elements. The ncx that works doesn't have these. I removed them all thinking they really shouldn't be needed anyway but when I do that and convert, no mobi ncx is created at all.

This just gets more and more confusing.

I've attached a sample of the problem ncx below.

- Byron

Code:
    <navMap>
        <navPoint class="cover" id="cvi" playOrder="1">
            <navLabel><text>Cover</text></navLabel>
            <content src="Text/Perr_9780307795847_epub_cvi_r1.htm"/>
        </navPoint>
        <navPoint class="titlepage" id="tp" playOrder="2">
            <navLabel><text>Title Page</text></navLabel>
            <content src="Text/Perr_9780307795847_epub_tp_r1.htm"/>
        </navPoint>
        <navPoint class="copyright" id="cop" playOrder="3">
            <navLabel><text>Copyright</text></navLabel>
            <content src="Text/Perr_9780307795847_epub_cop_r1.htm"/>
        </navPoint>
        <navPoint class="other" id="ded" playOrder="4">
            <navLabel><text>Dedication</text></navLabel>
            <content src="Text/Perr_9780307795847_epub_ded_r1.htm"/>
        </navPoint>
        <navPoint class="other" id="ack" playOrder="5">
            <navLabel><text>Acknowledgments</text></navLabel>
            <content src="Text/Perr_9780307795847_epub_ack_r1.htm"/>
        </navPoint>
        <navPoint class="other" id="col2" playOrder="6">
            <navLabel><text>Dramatis Personae</text></navLabel>
            <content src="Text/Perr_9780307795847_epub_col2_r1.htm"/>
        </navPoint>
        <navPoint class="other" id="epi" playOrder="7">
            <navLabel><text>Epigraph</text></navLabel>
            <content src="Text/Perr_9780307795847_epub_epi_r1.htm"/>
        </navPoint>
        <navPoint class="other" id="toc" playOrder="8">
            <navLabel><text>Contents</text></navLabel>
            <content src="Text/Perr_9780307795847_epub_toc_r1.htm"/>
        </navPoint>
        <navPoint class="part" id="p01" playOrder="9">
            <navLabel><text>Part One - Construction</text></navLabel>
            <content src="Text/Perr_9780307795847_epub_p01_r1.htm"/>
        </navPoint>
        <navPoint class="chapter" id="c01" playOrder="10">
            <navLabel><text>Chapter 1</text></navLabel>
            <content src="Text/Perr_9780307795847_epub_c01_r1.htm"/>
        </navPoint>
    </navMap>
bfollowell is offline   Reply With Quote