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.9-dev
            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.