Quote:
Originally Posted by kawane
ERROR: how-i-protect-my-stocks-with-a-put-option-hedge.epub/tmp_f3d6af0ca9a1a73b2415f33ec868d3e6_kcJC_I.ch.fix ed.fc.tidied.stylehacked.xfixed_split_003.html(349 ): attribute "start" not allowed here; expected attribute "class", "dir", "id", "style", "title" or "xml:lang"
|
The "start" attribute is used in HTML for ordered lists (<ol>), to specify the number they start from. But it is not a correct attribute in XHTML, and it is suggested to use
CSS counters instead. But CSS counters are not supported in ePUB, so actually there is no way with the current ePUB specification to start a list with an index other than 1.
Fix: Open your ePUB and remove every instance of start="..." you find in the text files.
Quote:
ERROR: how-i-protect-my-stocks-with-a-put-option-hedge.epub: The file tmp_f3d6af0ca9a1a73b2415f33ec868d3e6_kcJC_I_html_3 d72238e.png does not appear to be of type image/png
|
Apparently, some image files' formats don't match their filenames. Those are images that are stored as JPEG or GIF or whatever, but have a name that ends in ".png" instead. This, in itself, is not a problem, there's no need for a filename to match the format, it just makes things easier for humans (and badly coded programs).
Fix save the affected .png files as PNG format with an appropriate program (Photoshop, Gimp, IrfanView...), and hope Word/Smashwords is not messing everything up.