Hello everyone,
I am using EpubCheck tool to validate my books.
According to what I know I need both toc.ncx and toc.html in order to pass the EpubCheck (EDIT: correction - I need toc.ncx for previous versions compatibility and reader application toc like in iBooks) validation proccess. Why? because I must set:
PHP Code:
properties="nav"
to one of the elements in the manifest and I cannot do that to the toc.ncx, only to an html file.
So my question is this:
I want to avoid using a Table of Contents html in this book, the TOC in the book reader application is sufficient.
How do I make the book pass validation process?
Thanks.