View Single Post
Old 05-04-2018, 11:31 PM   #10
C-novice
ReadingZealot
C-novice is a marvel to beholdC-novice is a marvel to beholdC-novice is a marvel to beholdC-novice is a marvel to beholdC-novice is a marvel to beholdC-novice is a marvel to beholdC-novice is a marvel to beholdC-novice is a marvel to beholdC-novice is a marvel to beholdC-novice is a marvel to beholdC-novice is a marvel to behold
 
Posts: 164
Karma: 11818
Join Date: Oct 2014
Device: kobo ARC, Samsung Tab4
Quote:
Can you please copy and paste the <html> tag line from any epub xhtml file in your next post so we can see it? The <html> tag line occurs directly after the <!DOCTYPE> line in at the top of your html files.
<html xmlns="http://www.w3.org/1999/xhtml">

Oh yeah, this toc.ncx looks nothing like your sample. I truncate the list -it's quite long.
Quote:
the code from the toc.ncx file
<?xml version="1.0" encoding="utf-8" ?>
<ncx version="2005-1" xmlns="http://www.daisy.org/z3986/2005/ncx/">
<head>
<docTitle>
<text>The Healers Bush</text>
</docTitle>
<navMap>
<navPoint id="title-page-xhtml">
<navLabel>
<text>Title Page</text>
</navLabel>
<content src="Text/title-page.xhtml"/>
</navPoint>
<navPoint id="contents-xhtml">
<navLabel>
<text>Contents</text>
</navLabel>
<content src="Text/contents.xhtml"/>
</navPoint>
<navPoint id="chapter-001-xhtml">
<navLabel>
<text>1. Sage</text>
</navLabel>
<content src="Text/chapter-001.xhtml"/>
</navLabel>
<content src="Text/also-by-leebet-aldaxi.xhtml"/>
</navPoint>
</navMap>
</ncx>

Quote:
the <manifest> section
</manifest>
<spine toc="toc.ncx">
<itemref idref="Cover"/>
<itemref idref="title-page-xhtml"/>
<itemref idref="contents-xhtml"/>
<itemref idref="chapter-001-xhtml"/>
<itemref idref="chapter-002-xhtml"/>
<itemref idref="chapter-003-xhtml"/>
<itemref idref="about-the-authors-xhtml"/>
</spine>
<guide>
<reference type="cover" title="Cover" href="Text/cover.xhtml"/>
</guide>
</package>

The conversion was done with Libre Office. We are a bunch of Sigil novices so since we can't figure out what the dickens is going on, we are ditching both the old .odt and epub file and start over.

If the toc.ncx and manifest I post offer any insight into what we did incorrectly, please do say so we can avoid those errors in future.

Thanks for helping.
C-novice is offline   Reply With Quote