When I ran Sigil's validation tool on the manuscript I was working on, the results suddenly showed an entry that had been absent until now:
Quote:
"OEBPS/Text/..Text/EndNotes.xhtml: This OPS document is reachable but not present in the OPF <spine>."
|
and
Quote:
"OEBPS/Text/..Text/EndNotes.xhtml: This resource is reachable but not present in the OPF <manifest>.
|
Yet both are present in the content.opf:
<manifest>
<item href="Text/EndNotes.xhtml" id="EndNotes.xhtml" media-type="application/xhtml+xml" />
</manifest>
and
<spine toc="ncx">
<itemref idref="EndNotes.xhtml" />
</spine>
I am baffled as to why this result would suddenly appear when it was absent the previous time I opened the file.
I have gone through every section looking for errors such as "...xhtml.#" but have not found anything.
Any suggestions, please, as to what the problem is and how I can fix it?