[
https://issues.apache.org/jira/browse/FOR-1138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tim Williams updated FOR-1138:
------------------------------
Affects Version/s: (was: 0.9-dev)
0.10
> html-conversion ignores <tbody>, <thead> etc. inside tables and cannot
> calculate table-width followed by NaN-errors
> -------------------------------------------------------------------------------------------------------------------
>
> Key: FOR-1138
> URL: https://issues.apache.org/jira/browse/FOR-1138
> Project: Forrest
> Issue Type: Bug
> Components: XML grammars & validation
> Affects Versions: 0.10
> Reporter: Thomas Emmel
> Fix For: 0.9-dev
>
>
> Hi,
> I observed this problem some weeks ago and forgot to create an issue on it:
> ------------
> ERROR - Ignoring property: number-columns-repeated="NaN" (No conversion
> defined NaN; property:'number-columns-repeated')
> X [0]
> reference/config/foo.pdf BROKEN: Error(Unknown location):
> fo:table-body is missing child elements.
> Required Content Model: marker* (table-row+|table-cell+)
> ------------
> using a default html-file as source including a table with
> <table>
> <thead>
> <tr> ...</tr>
> <tr> ...</tr>
> </thead>
> <tbody>
> <tr> ...</tr>
> <tr> ...</tr>
> ...
> </tbody>
> </table>
> as soon as I remove <tbody>, <thead> and just leave the content it works.
> IMHO, this is NOT a problem of the odt plugin as described in FOR-1102
> Kind regards
> Thomas
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.