View Single Post
Old 09-11-2014, 10:22 AM   #19
doubleshuffle
Unicycle Daredevil
doubleshuffle ought to be getting tired of karma fortunes by now.doubleshuffle ought to be getting tired of karma fortunes by now.doubleshuffle ought to be getting tired of karma fortunes by now.doubleshuffle ought to be getting tired of karma fortunes by now.doubleshuffle ought to be getting tired of karma fortunes by now.doubleshuffle ought to be getting tired of karma fortunes by now.doubleshuffle ought to be getting tired of karma fortunes by now.doubleshuffle ought to be getting tired of karma fortunes by now.doubleshuffle ought to be getting tired of karma fortunes by now.doubleshuffle ought to be getting tired of karma fortunes by now.doubleshuffle ought to be getting tired of karma fortunes by now.
 
doubleshuffle's Avatar
 
Posts: 13,944
Karma: 185432100
Join Date: Jan 2011
Location: Planet of the Pudding Brains
Device: Aura HD (R.I.P. After six years the USB socket died.) tolino shine 3
Quote:
Originally Posted by DNSB View Post
The toc.xhtml file should consists of list(s) using <li> tags wrapped with <ol> tags and <nav> tags. Makes nested TOCs and multiple TOCs much easier than that old toc.ncx format.
Interesting. That's what the nav.html looks like:

Code:
<nav epub:type="toc" id="toc">
<h1>Inhalt</h1>
<ol>
<li><a href="chapter01.html#ch1"><em>1 König</em></a></li>
<li><a href="chapter02.html#ch2"><em>2 Horse Shoe Point</em></a></li>
<li><a href="chapter03.html#ch3"><em>3 Rhein</em></a></li>

etc. etc. ...

</ol>
</nav>
doubleshuffle is offline   Reply With Quote