Quote:
Originally Posted by slowsmile
A proper epub 3 toc.ncx looks something like this:
|
There no such animal as a proper epub3 toc.ncx. What your spoiler shows is an epub3 navigation document which should show in the text files. nav.xhtml or toc.xhtml seem to be common names but check in content.opf for the
nav property to identify the navigation document. Epub3 allows for a toc.ncx for backwards compatibility and Sigil will create a template toc.ncx if the epub3 did not include one or it wasn't identified properly.
Sample navigation document line in content.opf:
Code:
<item id="toc" href="Text/nav.xhtml" media-type="application/xhtml+xml" properties="nav"/>
As for the mess posted by the OP, the last time I saw something like that was when the author copied and pasted from a code view to a book view. On his only bloody copy of the file.