View Single Post
Old 08-18-2013, 01:34 PM   #115
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 6,262
Karma: 3675895
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Paperwhite(10th)
Quote:
Originally Posted by Sefiriot View Post
Possibly; in any case, this is what the dev told me in his reply: "in general, one epub file has only one toc.ncx for table of content, this combined epub file has 3 toc.ncx, the reader just scan the first one it find." Obviously Moon Reader-- and FBReader, I believe someone mentioned--? don't expect there to be more than 1 TOC file in there.
The only toc.ncx file any reader should pay attention to is the one with media-type="application/x-dtbncx+xml":
Code:
<item href="toc.ncx" id="ncx" media-type="application/x-dtbncx+xml"/>
The others are included only for un-merging and have deliberately non-standard media-types:

Code:
<item href="1/content.opf" id="a1rootfile" media-type="origrootfile/xml"/>
<item href="1/toc.ncx" id="a1ncx" media-type="origtocncx/xml"/>
They should all be ignored.
JimmXinu is offline   Reply With Quote