View Single Post
Old 06-05-2008, 07:45 PM   #7
Hadrien
Feedbooks.com Co-Founder
Hadrien understands the importance of being earnest.Hadrien understands the importance of being earnest.Hadrien understands the importance of being earnest.Hadrien understands the importance of being earnest.Hadrien understands the importance of being earnest.Hadrien understands the importance of being earnest.Hadrien understands the importance of being earnest.Hadrien understands the importance of being earnest.Hadrien understands the importance of being earnest.Hadrien understands the importance of being earnest.Hadrien understands the importance of being earnest.
 
Hadrien's Avatar
 
Posts: 2,263
Karma: 145123
Join Date: Nov 2006
Location: Paris, France
Device: Sony PRS-t-1/350/300/500/505/600/700, Nexus S, iPad
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.
Hadrien is offline   Reply With Quote