> How ?

Something along the lines of:

<fo:table>
  <fo:table-column column-width="100.0pt"/>
  <fo:table-column column-width="100.0pt"/>
  <fo:table-body>
  <fo:table-row>
    <fo:table-cell>
    <fo:table>
      <fo:table-column column-width="100.0pt"/>
          <fo:table-body>
            <fo:table-row>
              <fo:table-cell>
                <fo:block>One</fo:block>
              </fo:table-cell>
            </fo:table-row>
          </fo:table-body>
         </fo:table>              
      </fo:table-cell>
      <fo:table-cell>
        <fo:table>
          <fo:table-column column-width="100pt"/>
          <fo:table-body>
            <fo:table-row>
              <fo:table-cell>
                <fo:block>Two</fo:block>
              </fo:table-cell>
            </fo:table-row>
          </fo:table-body>
        </fo:table>
      </fo:table-cell>
    </fo:table-row>
  </fo:table-body>
</fo:table>

Hope that helps
---
Paul Smith


*******************************************************************
DISCLAIMER: The information contained in this email
 is confidential and is intended solely for the use of the
 named addressee.  Access, copying or re-use of the
 information in it by any other person is not authorised.

********************************************************************

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to