I'm thrashing around with the downloaded epub file for this book seeing if I can figure anything out. I renamed a copy of it and changed it to a zip file. I see a toc.ncx (see below for contents). Looking in the various files, I don't see anything else resembling a TOC (I assume that would be an HTML TOC if I found one).
Here are the contents of the epub (zip) file:
And here are the contents of the toc.ncx:
Code:
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE ncx PUBLIC '-//NISO//DTD ncx 2005-1//EN' 'http://www.daisy.org/z3986/2005/ncx-2005-1.dtd'>
<ncx xml:lang="en-US" version="2005-1" xmlns="http://www.daisy.org/z3986/2005/ncx/">
<head>
<meta name="dtb:uid" content="1230000005335"></meta>
<meta name="dtb:depth" content="0"></meta>
<meta name="dtb:totalPageCount" content="0"></meta>
<meta name="dtb:maxPageNumber" content="0"></meta>
</head>
<docTitle><text>City of Bones</text></docTitle>
<docAuthor><text>Martha Wells</text></docAuthor>
<navMap>
<navPoint class="" playOrder="0" id="0dab3afb-ff16-498e-93d7-c32f0d1c6b92">
<navLabel><text>Start</text></navLabel>
<content src="titlepage.xhtml"></content>
</navPoint>
</navMap>
</ncx>