|  06-20-2009, 04:13 AM | #1 | 
| Addict            Posts: 236 Karma: 4066 Join Date: Feb 2009 Location: California Device: Kindle 1 and DX, iPhone | 
				
				Mobipocket vs ePub: Why worse is better in ebook formats
			 
			
			A very good article with implementation overviews of Mobi, MS LIT and ePub formats and an example where an incorrect rendering decision made by the Mobi implementation works better than the 'correct' rendering approach adopted by ePub. Hopefully the ePub implementation team is listening. http://platypope.org/blog/2009/4/3/w...e-book-formats | 
|   |   | 
|  06-20-2009, 04:32 AM | #2 | 
| Resident Curmudgeon            Posts: 80,718 Karma: 150249619 Join Date: Nov 2006 Location: Roslindale, Massachusetts Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 | 
			
			I think the author is nuts. Yes, eReader is not a nice format. But Mobipocket is not better then ePub. As he pointed out, with the Mobile ePub specifications, the issues of having to load in the entire file and render it all at once in memory is a non-issue. The author is just wrong. What he says is so good about Mobipocket is part of why Mobipocket is not so good.
		 | 
|   |   | 
|  06-20-2009, 04:35 AM | #3 | 
| eBook Enthusiast            Posts: 85,560 Karma: 93980341 Join Date: Nov 2006 Location: UK Device: Kindle Oasis 2, iPad Pro 10.5", iPhone 6 | 
			
			Interesting article, and I completely agree with the author.
		 | 
|   |   | 
|  06-20-2009, 04:41 AM | #4 | 
| Resident Curmudgeon            Posts: 80,718 Karma: 150249619 Join Date: Nov 2006 Location: Roslindale, Massachusetts Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 | |
|   |   | 
|  06-20-2009, 04:45 AM | #5 | 
| eBook Enthusiast            Posts: 85,560 Karma: 93980341 Join Date: Nov 2006 Location: UK Device: Kindle Oasis 2, iPad Pro 10.5", iPhone 6 | 
			
			You are entirely wrong, Jon.
		 | 
|   |   | 
|  06-20-2009, 04:46 AM | #6 | |
| Addict            Posts: 236 Karma: 4066 Join Date: Feb 2009 Location: California Device: Kindle 1 and DX, iPhone | Quote: 
 | |
|   |   | 
|  06-20-2009, 05:02 AM | #7 | 
| eBook Enthusiast            Posts: 85,560 Karma: 93980341 Join Date: Nov 2006 Location: UK Device: Kindle Oasis 2, iPad Pro 10.5", iPhone 6 | 
			
			ePub is completely impractical for "resource-limited" devices due to the necessity to load the entire XML parse tree into memory. As the author very rightly says, Mobi rendering is "good enough".
		 | 
|   |   | 
|  06-20-2009, 05:07 AM | #8 | 
| frumious Bandersnatch            Posts: 7,570 Karma: 20150435 Join Date: Jan 2008 Location: Spaniard in Sweden Device: Cybook Orizon, Kobo Aura | |
|   |   | 
|  06-20-2009, 05:11 AM | #9 | 
| eBook Enthusiast            Posts: 85,560 Karma: 93980341 Join Date: Nov 2006 Location: UK Device: Kindle Oasis 2, iPad Pro 10.5", iPhone 6 | 
			
			The necessity to load the entire parse tree into memory is a part of the ePub spec. ADE's 300k "flow size" restriction is a result of that requirement.
		 | 
|   |   | 
|  06-20-2009, 05:58 AM | #10 | 
| 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 | 
			
			No, it's not part of the specs. It's a common way to deal with XML, but you can optimize things or do it a different way.
		 | 
|   |   | 
|  06-20-2009, 06:47 AM | #11 | 
| Addict            Posts: 316 Karma: 1021312 Join Date: Jun 2009 Device: Sony PRS-T1 | 
			
			Interesting article! Some sentences could be made clearer for the non-specialist, though. It could also be interesting to add other formats like the Russian fb2 to this analysis. A big question for me (and an interesting test for all those formats) is which format allows the use of these free off-line versions of Wikipedia available in many languages there: http://pinguinburg.de/wpmp Right now they are available in mobipocket format, but most e-reader devices cannot use them because the closed-source mobipocket software reader does not handle links between several files. The open source FBReader cannot do anything with those files for two reasons: - it absolutely wants to load the entire book in memory (imagine a 1 GB Wikipedia file in the memory of one of our favorite devices! - like the official mobipocket software reader, it does not allow links between several files, and those freely downloadable Wikipedia files come in the following form: a zip file decompressed into a directory containing a master index file, and the hundreds of thousands of Wikipedia articles are contained in a few dozen files. Could epub do better? Should the epub standard be rewritten to be able to handle Wikipedia? Could fb2 do it? | 
|   |   | 
|  06-20-2009, 07:36 AM | #12 | 
| Resident Curmudgeon            Posts: 80,718 Karma: 150249619 Join Date: Nov 2006 Location: Roslindale, Massachusetts Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 | |
|   |   | 
|  06-20-2009, 07:44 AM | #13 | 
| sleepless reader            Posts: 4,763 Karma: 615547 Join Date: Jan 2008 Location: Germany, near Stuttgart Device: Sony PRS-505, PB 360° & 302, nook wi-fi, Kindle 3 | |
|   |   | 
|  06-20-2009, 10:43 AM | #14 | |
| Wizard            Posts: 3,671 Karma: 12205348 Join Date: Mar 2008 Device: Galaxy S, Nook w/CM7 | 
			
			Great article I completely agree with the author. Quote: 
 =X= | |
|   |   | 
|  06-20-2009, 10:48 AM | #15 | 
| Kindlephilia            Posts: 2,017 Karma: 1139255 Join Date: Nov 2007 Location: Snowpacolypse 2010 Device: Too many to count | 
			
			Good discussion. ITA agree that Mobipocket is "good enough". I can still pull out an old Palm and read MobiPocket and eReader books on it. The only way I can use ePub is to convert it and honestly that's how I view the current implementation of ePub. Not really all that usable for me but convertable.
		 | 
|   |   | 
|  | 
| Tags | 
| epub, mobi | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Convert Epub and Msreader formats to Kindle formats | bruc79 | Calibre | 17 | 06-22-2010 04:50 AM | 
| Other formats than ePub or Zip? | Robotech_Master | Calibre | 4 | 05-28-2009 02:15 PM | 
| Converting epub to other formats | garygibsonsf | ePub | 6 | 05-06-2009 12:25 PM | 
| Formats for PRS-505 / Mobipocket | thorswitch | Sony Reader | 6 | 06-07-2008 08:43 PM | 
| Announcing: MOBI2IMP v9 will directly convert mobipocket .prc to .IMP formats | nrapallo | Kindle Formats | 4 | 03-22-2008 01:38 AM |