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?
|