I submitted a ticket. Let's see how that goes.
In the meantime, I experimented more and ended up as confused as when I began this endeavor.
Let's just focus on the mobi output log:
Code: Select all
Generating MOBI output...
*************************************************************
Amazon kindlegen(Windows) V2.9 build 0731-890adc2
A command line e-book compiler
Copyright Amazon.com and its Affiliates 2013
*************************************************************
Warning(inputpreprocessor):W29004: Forcefully closed opened Tag: <header>
in file: C:\Users\shawn\AppData\Local\Temp\mbp_7DE_7_8_F_3A_39_1C2_221C_2438_1\OPS\toc0.xhtml line: 0000009
Info(prcgen):I1002: Parsing files 0000004
Warning(htmlprocessor):W28001: CSS style specified in content is not supported by Kindle readers. Removing the CSS property: 'max-width' in file: C:\Users\shawn\AppData\Local\Temp\mbp_7DE_7_8_F_3A_39_1C2_221C_2438_1\OPS\Resources\Stylesheets\mobiledoc.css
Warning(htmlprocessor):W28001: CSS style specified in content is not supported by Kindle readers. Removing the CSS property: 'column-break-after' in file: C:\Users\shawn\AppData\Local\Temp\mbp_7DE_7_8_F_3A_39_1C2_221C_2438_1\OPS\Resources\Stylesheets\mobiledoc.css
Warning(htmlprocessor):W28001: CSS style specified in content is not supported by Kindle readers. Removing the CSS property: 'column-break-inside' in file: C:\Users\shawn\AppData\Local\Temp\mbp_7DE_7_8_F_3A_39_1C2_221C_2438_1\OPS\Resources\Stylesheets\mobiledoc.css
.... A lot more of the same kind of error! Why can't Flare find work-arounds, rather than just deleting these styles. The styles are essential to the look of the document and without many of these the document falls apart into a big mess! How do others work around these problems?
Code: Select all
Warning(inputpreprocessor):W29004: Forcefully closed opened Tag: <p class="no_margin" madcap:autonumPosition="none" xmlns:MadCap="http://www.madcapsoftware.com/Schemas/MadCap.xsd">
in file: C:\Users\shawn\AppData\Local\Temp\mbp_7DE_7_8_F_3A_39_1C2_221C_2438_1\OPS\0e_notice_page.xhtml line: 0000010
Warning(inputpreprocessor):W29004: Forcefully closed opened Tag: <p class="no_margin" madcap:autonumPosition="none" xmlns:MadCap="http://www.madcapsoftware.com/Schemas/MadCap.xsd">
in file: C:\Users\shawn\AppData\Local\Temp\mbp_7DE_7_8_F_3A_39_1C2_221C_2438_1\OPS\0e_notice_page.xhtml line: 0000019
Warning(inputpreprocessor):W29004: Forcefully closed opened Tag: <p class="no_margin" madcap:autonumPosition="none" xmlns:MadCap="http://www.madcapsoftware.com/Schemas/MadCap.xsd">
in file: C:\Users\shawn\AppData\Local\Temp\mbp_7DE_7_8_F_3A_39_1C2_221C_2438_1\OPS\0e_notice_page.xhtml line: 0000049
More of the same. I am unsure how to interpret (and correct for) these errors.
Code: Select all
Error(prcgen):E21018: Enhanced Mobi building failure, while parsing content in the file. Content: <<br/><br/>]]>> in file: C:\Users\shawn\AppData\Local\Temp\mbp_7DE_7_8_F_3A_39_1C2_221C_2438_1\OPS\00_cover_page.xhtml line: 2173
Mobi file could not be generated due to previous KindleGen errors.
Done
Failed to generate output.
</Messages>
<Warnings>
<LogEntry
File="../../Content/1c_getting_started.htm"
Message="Link points outside project file:///D:/_Projects/Flare/770-00010_User_Guide/Resources/Images/ico_alert_NOTE_30x27.png"
LineIndex="-1"
CharIndex="-1"
Subsystem="Compiler"
Target="ePub_test"
ErrorID="10056"></LogEntry>
<LogEntry
File=""
Message="Error(prcgen):E21018: Enhanced Mobi building failure, while parsing content in the file. Content: <<br/><br/>]]>> in file: C:\Users\shawn\AppData\Local\Temp\mbp_7DE_7_8_F_3A_39_1C2_221C_2438_1\OPS\00_cover_page.xhtml line: 2173"
LineIndex="-1"
CharIndex="-1"
...and much more of this!
Any insight is appreciated.