Quote:
Originally Posted by wraylewis
I've created my first epub using Sigil, and it works just fine in iBooks on my iPad.
However, when I use the Sigil validation check, it gives me two errors clearly related to a section of the book I removed:
OEBPS/Text/anotherday.xhtml NA This OPS document is reachable but not present in the OPF <spine>. "Reachable" means that a reference of some kind that points to this resource exists in the epub.
and
OEBPS/Text/anotherday.xhtml NA This resource is reachable but not present in the OPF <manifest>. "Reachable" means that a reference of some kind that points to this resource exists in the epub.
The NA means there is no line number to search for.
How can I find these references to a file no longer in the epub and remove them?
Thanks for any help you can give.
wraylewis
http://makeartwordsmusic.com
|
There is a linkage somewhere ON one of the pages. The message indicates the destination is not part of your book.
search all (in code view)fore the name part: anotherday.xhtml
in Sigil CV: OEBPS is the
part of the path (searching for dots need to be escaped in Regex)