Quote:
Originally Posted by charleski
The URIs in the ncx file are fairly easy to spot:
Code:
...
<navPoint id="navPoint-6" playOrder="6">
<navLabel>
<text>4</text>
</navLabel>
<content src="Text/Section0007.xhtml"/>
</navPoint>
...
You need to check that these filepaths precisely match what's actually in your epub.
|
Nothe that the paths are relative to where the OPF file is located, thus, if the OPF is "OEBPS/content.opf", the above path would refer to "OEBPS/Text/Section0007.xhtml"