Here's the example from the spec:
Quote:
<manifest>
<item id="item1"
href="FunDoc.txt"
media-type="text/plain"
fallback="fall1" />
<item id="fall1" fallback="fall2"
href="FunDoc.pdf"
media-type="application/pdf" />
<item id="fall2"
href="FunDoc.html"
media-type="application/xhtml+xml" />
<item ...>
</manifest>
|
It's pretty late in Paris (almost 2am), haven't tried anything too fancy yet but I modified the fallback.epub, tried a link in the NCX or adding kml to the spine and it didn't work.