Nested tables are not allowed
-----------------------------

                 Key: DOXIA-363
                 URL: http://jira.codehaus.org/browse/DOXIA-363
             Project: Maven Doxia
          Issue Type: Bug
          Components: Module - FO
    Affects Versions: 1.1.1
            Reporter: Vincent Siveton


Here is a sample

{noformat}
<table>
  <caption>caption table</caption>
  <tr valign="top">
    <th>foo</th>
  </tr>
  <tr valign="top">
    <td>
      <table>
        <tbody>
          <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
          </tr>
        </tbody>
      </table>
    </td>
  </tr>
</table>
{noformat}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to