Comment 3 for bug 1341306

Revision history for this message
Kovid Goyal (kovid) wrote : Re: calibre bug 1341306

Checking every single attribute in every single file when converting for
non-lowercase attribute names is a prohibitive performance penalty. If
you insist on using HTML with uppercase attributes as you source, then
make sure that the html tag is also uppercase (i.e. use <HTML>), in
which case the conversion will work, otherwise it will not.

And looking at your sample, you appear to be generating your file via
OpenOffice's HTML export. Dont do that, OpenOffice's HTML export is
horrible. Save the file as docx (preferably) or odt and convert that.

 status wontfix