View Single Post
Old 06-05-2012, 01:53 PM   #1
Daaf
Member
Daaf began at the beginning.
 
Posts: 11
Karma: 10
Join Date: Feb 2012
Device: None
Validation issues: spine and manifest

I would appreciate help with how to fix a particular Sigil ePub validation problem.

The validation results say about "OEBPS/Text/Introduction.xhtml":
* "This document is reachable but not present in the OPF <spine>", as well as that
* "This resource is reachable but not in present in the OPOF <manifest>".

But Introduction.xhtml does occur in both places:

<manifest>
<item href="Text/Introduction.xhtml" id="Introduction.xhtml" media-type="application/xhtml+xml" />
</manifest>

<spine toc="ncx">
<itemref idref="Introduction.xhtml" />
</spine>

I have checked the toc.ncx file, but Introduction.xhtml is correctly spelled there.

What is causing this file to show up as invalid?

Thank you.
Daaf is offline   Reply With Quote