Quote:
Originally Posted by DaleDe
I have been trying to make my own page-map.xml file and I cannot get it to work. Perhaps there is something else required somewhere or I didn't do it right. I tried to follow the instructions at the top of this thread.
|
Dale, the one thing that it looks like I missed is mentioning this line that gets inserted into the 'manifest' section of the opf file:
Code:
<item href="page-map.xml" id="map" media-type="application/oebps-page-map+xml"/>
Try putting that in and see if it helps. It's what defines the 'map' that the spine tries to reference. Otherwise, I can't seem to find anything else in any of the ePub-specific files.
I'll go edit my previous post to include that line.