Quote:
Originally Posted by tinmug
The OPF does list the to.xhtml inside the guide tags.
|
As I've aleady pointed out, .opf guide elements are ignored for ePub
3 books. You'll need to add a toc landmarks item to the NAV xhtml file. For example:
For a working example book download this
ePub3 book from MR. It has the proper NAV xhtml landmarks and compiles OK with KindleGen. If you format your book in the same way the TOC menu item will no longer be greyed out.
Quote:
Originally Posted by tinmug
Should the lack of the TOC button in Kindle Previewer concern me?
|
Yes, because it means that the nav xhtml is missing a toc landmarks item; it also means that users of older Kindle models won't be able to access the HTML TOC:
Quote:
Originally Posted by tinmug
Where should
<item id="toc" properties="nav" href="xhtml/toc.xhtml" media-type="application/xhtml+xml"/>
be placed? In OPF? Inside <guide>?
|
No, in the nav xhtml file. (See the above example.)
I've replied too quickly that declaration should be in the .opf file.