Hi all,
I am using many tables on a page as I use fop to generate pdf files. The
tables specified in the xsl are separated by space-before.optimum
attribute but some how, in the pdf these spaces are completely ignored.
Can any body help me fix this problem. I am attaching the xsl sheet with
this mail.
Thank you in advance.
Ashish
--------------------------------------------------------------------
<fo:table>
<fo:table-column column-width= "20mm"/>
<fo:table-column column-width="155mm"/>
<fo:table-column column-width="25mm"/>
<fo:table-body>
<fo:table-row>
<fo:table-cell>
<fo:block></fo:block>
</fo:table-cell>
<fo:table-cell>
<fo:block font-size="16pt" font-weight="bold">Data
</fo:block>
</fo:table-cell>
<fo:table-cell>
<fo:block></fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
<fo:table space-before.optimum="10mm">
<fo:table-column column-width="20mm"/>
<fo:table-column column-width="60mm"/>
<fo:table-column column-width="60mm"/>
<fo:table-column column-width="28mm"/>
<fo:table-column column-width="22mm"/>
<fo:table-column column-width="15mm"/>
<fo:table-body>
<fo:table-row>
<fo:table-cell>
<fo:block></fo:block>
</fo:table-cell>
<fo:table-cell>
<fo:block font-size="10pt" font-weight="bold">Cell 1
</fo:block>
</fo:table-cell>
<fo:table-cell>
<fo:block font-size="10pt" font-weight="bold">Cell
2</fo:block>
</fo:table-cell>
<fo:table-cell>
<fo:block></fo:block>
</fo:table-cell>
<fo:table-cell>
<fo:block></fo:block>
</fo:table-cell>
<fo:table-cell>
<fo:block></fo:block>
</fo:table-cell>
</fo:table-row>
--
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]