View Single Post
Old 06-05-2008, 07:01 PM   #3
sfan
Junior Member
sfan began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Jun 2008
Device: Sony PRS-505
Thank you for the reply.

I just did a simple experiment with just XML files.

In opf file, I defined:
<item id="titlepage" href="title.xml" media-type="application/xhtml+xml"/>
<item id="note" href="note.xml" media-type="application/xhtml+xml"/>
<item id="kml" href="kml_sample.kml" media-type="application/google+kml" fallback="titlepage"/>

In note.xml, I added a link like this:
<p><a href="kml_sample.kml">KML</a></p>

From my understanding, if fallback is supported, when the KML link is clicked, reader app should jump to title.xml. DE displayed KML as a link, but when I clicked, nothing happened.
sfan is offline   Reply With Quote