Quote:
Originally Posted by JimmXinu
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.
|
I see. Don't mind if I go ahead and forward a link to this post to the Moon+ dev in question? I think it'd be directly relevant to him since he's updating the next version. Thanks. That said, shouldn't Moon+ have been detecting the one with "application/x-dtbncx+xml" already, which presumably would've had the full range of chapters in it? Something's not quite right here....