XSL FO – Basic Table

<fo:table table-layout=”fixed” width=”100%” space-before=”60px”>

<fo:table-column column-width=”9cm” />

<fo:table-column column-width=”9cm” />

<fo:table-body>

<fo:table-row>

<fo:table-cell>

<fo:block >Blah</fo:block>

</fo:table-cell>

<fo:table-cell>

<fo:block >Blah</fo:block>

</fo:table-cell>

</fo:table-row>

</fo:table-body>

</fo:table>

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.