View Single Post
Old 12-21-2011, 09:52 AM   #2
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,106
Karma: 60406498
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by wraylewis View Post
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
Code:
 ../
part of the path (searching for dots need to be escaped in Regex)
theducks is offline   Reply With Quote