![]() |
#1 |
Junior Member
![]() Posts: 3
Karma: 10
Join Date: Jun 2011
Device: Sony Reader PRS-700
|
epub converted from chm crash sony reader
I was having problems converting a chm to epub and my reader kept restarting when I got past the ToC that Calibre generated.
After much editing, I found out there were stray "<td>"'s (not part of any "<table>") after removing the strays from between ending and opening table's I was able to read it on my reader. My problem is the same as old Ticket #6166 (epub converted from chm crash sony reader) |
![]() |
![]() |
![]() |
#2 |
creator of calibre
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 45,230
Karma: 27110894
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
Interesting, I'll add code to the epub output plugin to convert orphaned tds into divs.
|
![]() |
![]() |
Advert | |
|
![]() |
#3 |
Junior Member
![]() Posts: 3
Karma: 10
Join Date: Jun 2011
Device: Sony Reader PRS-700
|
After posting I went back to mess with the code of the chm a little more.
I removed "Team Lib"'s tagging: Code:
<table> <td><a>Team LiB</a></td><td align="right"> <a><img alt="Previous Section"></a> <a><img alt="Next Section"></a> </td></table> Code:
<table> <tr> <td><a><img alt="Previous Section"></a></td> <td align="right"><a><img alt="Next Section"></a></td> </tr> </table> |
![]() |
![]() |
![]() |
#4 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 4,553
Karma: 950151
Join Date: Nov 2008
Device: Sony PRS-950, iphone/ipad (Marvin/iBooks/QuickReader)
|
Interesting in that technically the code you removed is illegal HTML as it contains <td> tags not enclosed in <tr> tags. Maybe some HTML renders act as if there were implied <tr> tags (so that you get away with it) but the Sony one does not?
|
![]() |
![]() |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Code block view (converted from CHM) | Replika | Calibre | 3 | 10-19-2010 02:08 PM |
PRS-505 What causes sony reader to crash? | trott3r | Sony Reader | 7 | 09-24-2010 06:21 AM |
Calibre cut lines in a converted CHM to MOBI | jomaweb | Calibre | 12 | 07-21-2010 03:07 PM |
contemporary pdf and chm conversion to epub for kobo reader | zoran | Calibre | 2 | 06-06-2010 05:41 AM |
Page cutoff by converting chm to epub on sony 505 | Hein | Calibre | 5 | 09-18-2009 12:20 PM |