View Single Post
Old 04-14-2011, 09:10 PM   #11
petercrowell
Connoisseur
petercrowell began at the beginning.
 
Posts: 61
Karma: 10
Join Date: Apr 2011
Device: Kindle
A question about a command line error

Well, I've hit a snag I can't figure out. Can anyone see anything in the manifest and spine code that would yield the error that follows below?


The code:
<manifest>

<item id=”item1″ media-type=”text/x-oeb1-document” href=”silverlance.html“></item>

<item id=”toc” media-type=”application/x-dtbncx+xml” href=”toc.ncx”></item>

</manifest>

<spine toc=”toc”>

<itemref idref=”item1″/>

</spine>


The command line error:
option: -verbose: Verbose output
Error(opfparser): the id in the spine does not match any item in the manifest: ”item1″/
petercrowell is offline   Reply With Quote