Creating an html TOC in Sigil
Running into some problems doing this, I have a saved epub document in Sigil. It has the chapters broken up into the following
chapter1.xhtml
chapter2.xhtml
I need to create a roc.mcx file using the following codes
<navMap>
<navPoint id="navPoint-1" playOrder="1">
<navLabel>
<text>Start</text>
</navLabel>
<content src="Text/Section0001.xhtml"/>
</navPoint>
</navMap>
</ncx>
PROBLEM IS: the epub has back links which presently work but soon as I add a new navpoint, save and validate the file in EPubCcheck 30.rci I get errors
ERROR: /Users/tuneraider/Desktop/PajamaPhilosopherDraft22A.epub/OEBPS/Text/Section0004.xhtml(766,641): 'footnote-4083-10': fragment identifier is not defined in 'OEBPS/Text/Section0001.xhtml'
ERROR: /Users/tuneraider/Desktop/PajamaPhilosopherDraft22A.epub/OEBPS/Text/Section0004.xhtml(826,411): 'footnote-4083-11': fragment identifier is not defined in 'OEBPS/Text/Section0001.xhtml'
I understand that once I create and change the name of sections the new section names should replace the originals any help with this error>
I really just need to create a TOC
any help
R
|