Re: [docbook-apps] ePub 3 weird results when converting to mobi

From
Bob Stayton <>
Date
2013-03-08T00:20:58+00:00
ID
63794B0D04334C948C91F6650B3BF8F0@totoro
Thread
Re: [docbook-apps] ePub 3 weird results when converting to mobi
I have seen the same errors with kindlegen, but never found 
anything wrong in my HTML.  The <abbr> element is valid in HTML4, 
XHTML, and HTML5, so I think that's a bug in kindlegen.  With <dl> 
lists, it seems to lose track of element nesting, even with validly nested 
elements.

 

Bob Stayton
Sagehill Enterprises


From: Carlos Araya 

Sent: Thursday, March 07, 2013 2:15 PM

To:  

Subject: [docbook-apps] ePub 3 weird results when converting to 
mobi

Good afternoon:

I was able to validate the book I'm 
working on. Now when I use Kindlegen to convert to Mobi I get multiple errors 
like the ones below

     [exec] 
Warning(inputpreprocessor):W29007: Rejected unknown tag: <abbr 
class="acronym">
     
[exec]       in file: 
/var/folders/jz/_pr7872j2jx765_7lyh3z__07x_v0x/T/mobi-ZpXrJk/OEBPS/ch04.xhtml     
line: 0000038
     [exec] 
Warning(inputpreprocessor):W29004: Forcefully closed opened Tag: 
<dl>
     
[exec]       in file: 
/var/folders/jz/_pr7872j2jx765_7lyh3z__07x_v0x/T/mobi-ZpXrJk/OEBPS/ix01.xhtml     
line: 0000002
     [exec] 
Warning(inputpreprocessor):W29004: Forcefully closed opened Tag: 
<dd>
     
[exec]       in file: 
/var/folders/jz/_pr7872j2jx765_7lyh3z__07x_v0x/T/mobi-ZpXrJk/OEBPS/ix01.xhtml     
line: 0000002
     [exec] 
Warning(inputpreprocessor):W29010: Tag rejected due to being used in 
unauthorized scope: <dt>
     
[exec]       in file: 
/var/folders/jz/_pr7872j2jx765_7lyh3z__07x_v0x/T/mobi-ZpXrJk/OEBPS/ix01.xhtml     
line: 0000002

I remember that late last year this also came up but was 
not able to find a resolution. 

I am using the kindle.extensions 
parameter and can copy my customization layer if needed. 

Any idea of 
what I'm doing wrong to generate the extraneous 
code?

Carlos