Quote:
Originally Posted by Steve Jordan
Attached is the ePub version of The Onuissance Cells, in which I tried it with "en-US" and "ENG" in the language spec... both would open in ADE, but neither would open in Mobi reader (Version : 6.2 Build 608).
|
When I ran it through mobigen.exe (a version of which MobiPocket Reader is using internally) I got:
Quote:
Info(prcgen): Unpacking ePub file
Error(xmlmake): Item or process id already used: imgl
|
This seems to be caused by the manifest in the .opt file:
Code:
<manifest>
<item id="ncx" href="toc.ncx" media-type="text/xml"/>
<item id="style" href="stylesheet.css" media-type="text/css"/>
<item id="pagetemplate" href="page-template.xpgt" media-type="application/vnd.adobe-page-template+xml"/>
<item id="Title Page" href="title_page.html" media-type="text/html"/>
<item id="Dedication" href="ded.html" media-type="text/html"/>
<item id="Foreword" href="00.html" media-type="text/html"/>
<item id="Tour of Duty" href="01.html" media-type="text/html"/>
<item id="Recovery" href="02.html" media-type="text/html"/>
<item id="Black and Not-Black" href="03.html" media-type="text/html"/>
<item id="One With The Land" href="04.html" media-type="text/html"/>
<item id="Living For a Living" href="05.html" media-type="text/html"/>
<item id="Brothers and Blood" href="06.html" media-type="text/html"/>
<item id="Rosettas" href="07.html" media-type="text/html"/>
<item id="Harlequin" href="08.html" media-type="text/html"/>
<item id="The First Expedition" href="09.html" media-type="text/html"/>
<item id="Other Books by Steve Jordan" href="others.html" media-type="text/html"/>
<item id="imgl" href="evoguiacov.jpg" media-type="image/jpeg"/>
<item id="imgl" href="clip_image001.jpg" media-type="image/jpeg"/>
<item id="imgl" href="clip_image002.jpg" media-type="image/jpeg"/>
<item id="imgl" href="clip_image004.jpg" media-type="image/jpeg"/>
<item id="imgl" href="clip_image008.jpg" media-type="image/jpeg"/>
<item id="imgl" href="clip_image010.jpg" media-type="image/jpeg"/>
<item id="imgl" href="clip_image014.jpg" media-type="image/jpeg"/>
<item id="imgl" href="clip_image016.jpg" media-type="image/jpeg"/>
<item id="imgl" href="clip_image018.jpg" media-type="image/jpeg"/>
<item id="imgl" href="clip_image020.jpg" media-type="image/jpeg"/>
<item id="imgl" href="clip_image022.jpg" media-type="image/jpeg"/>
<item id="imgl" href="clip_image024.jpg" media-type="image/jpeg"/>
<item id="imgl" href="epathcover.jpg" media-type="image/jpeg"/>
<item id="imgl" href="lightcov.jpg" media-type="image/jpeg"/>
</manifest>
I think each item id has to be unique.