View Single Post
Old 10-17-2011, 02:19 AM   #3
BlindHen
Junior Member
BlindHen began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Oct 2011
Location: Stockholm
Device: iPad/iPhone
Well, the manifest part typically looks like this:
<manifest>
<item id="ncx" href="toc.ncx" media-type="application/x-dtbncx+xml"/>
<item id="css" href="template.css" media-type="text/css"/>
<item id="e-javla_01_titelsidor" href="e-javla_01_titelsidor.html" media-type="application/xhtml+xml"/> ...

and the spine part

<spine toc="ncx">
<itemref idref="e-javla_01_titelsidor"/> [etc]

- which didn't make me wiser, I must admit.

Anything wrong with the output from ID here?
BlindHen is offline   Reply With Quote