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″/
|