| 
			
			 | 
		#1 | 
| 
			
			
			
			 Junior Member 
			
			![]() Posts: 8 
				Karma: 10 
				Join Date: Jun 2008 
				
				
				
				Device: Sony PRS-505 
				
				
				 | 
	
	
	
		
		
			
			 
				
				Does Digital Edition support fallback for epub?
			 
			
			
			Hi, 
		
	
		
		
		
		
		
		
		
		
		
		
	
	I am playing around with epub format those days. I tried to embed non-standard resource files in the package and use fallback to display the alternative of those files. But seems like it didn't work. I did a litter search, and found someone had similar problem: http://www.idpf.org/forums/viewtopic...41399c30b40ec6 No body answered the post. Is there anyone knowing if the fallback is supported by current Digital Edition (1.5)? Thanks, sfan  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#2 | 
| 
			
			
			
			 Feedbooks.com Co-Founder 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() 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 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Very interesting question. Which kind of non-standard resources did you tried to embed in the OPF file ? 
		
	
		
		
		
		
		
		
		
		
		
		
	
	You should ask such questions to the ePub group: http://groups.yahoo.com/group/epub-community/  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#3 | 
| 
			
			
			
			 Junior Member 
			
			![]() 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.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#4 | 
| 
			
			
			
			 Feedbooks.com Co-Founder 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() 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 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Have you tried the item with "kml" as an id in the spine first ?
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#5 | |
| 
			
			
			
			 Junior Member 
			
			![]() Posts: 8 
				Karma: 10 
				Join Date: Jun 2008 
				
				
				
				Device: Sony PRS-505 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 I attached the epub file I created.  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#6 | |
| 
			
			
			
			 Member 
			
			![]() ![]() Posts: 16 
				Karma: 112 
				Join Date: Oct 2006 
				
				
				
				
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 Good luck!  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#7 | |
| 
			
			
			
			 Feedbooks.com Co-Founder 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() 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: 
	
  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#8 | |
| 
			
			
			
			 Junior Member 
			
			![]() Posts: 8 
				Karma: 10 
				Join Date: Jun 2008 
				
				
				
				Device: Sony PRS-505 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 <item id="kml" href="kml_sample.kml" media-type="application/google+kml" fallback="titlepage"/> Is there anything I missed?  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#9 | 
| 
			
			
			
			 Junior Member 
			
			![]() Posts: 8 
				Karma: 10 
				Join Date: Jun 2008 
				
				
				
				Device: Sony PRS-505 
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#10 | 
| 
			
			
			
			 Member 
			
			![]() ![]() Posts: 16 
				Karma: 112 
				Join Date: Oct 2006 
				
				
				
				
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Hmmm, after posting my first comment, I opened up the example ePub with the test 'fallback'. At cursory glance it looks like you've done it right. 
		
	
		
		
		
		
		
		
		
		
		
		
	
	It is entirely possible that Adobe DE 1.5 does not yet support the fallback mechanism, just as it doesn't support alternative NCX navlists.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
![]()  | 
            
        
    
            
  | 
    
			 
			Similar Threads
		 | 
	||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Arabic EPUB on Adobe digital Edition | hala_zzz | Workshop | 8 | 07-25-2011 10:29 AM | 
| Adobe epub or Adobe Digital Edition? | Davimee | Astak EZReader | 11 | 01-17-2010 09:15 PM | 
| Does .EPUB and Adobe Digital Edition supports Audio/Video functionality | arvinder | Reading and Management | 9 | 10-03-2008 01:44 PM | 
| Digital Edition support for PRS-500? | hapax legomenon | Sony Reader | 12 | 09-27-2008 11:35 PM | 
| Top Publishers and Sony Support New Digital Publishing Experience (Digital Editions) | NatCh | Sony Reader | 50 | 06-22-2007 09:02 PM |