in fact the borders are specified on cells only,
i don't use a stylesheet to generate my FO, i do it directly from the java objects for some technical reasons..
here's a sample of rows and cells i produce:
<fo:table-row background-color="#FFFFFF">
<fo:table-cell border-bottom-width="1pt"
border-bottom-style="solid"
border-left-width="1pt"
border-left-style="solid">
<fo:block text-align="center" end-indent="2.0pt"
start-indent="2.0pt" space-after=".5pt"
space-before="1.0pt">LC0108000411</fo:block>
</fo:table-cell>
<fo:table-cell border-bottom-width="1pt"
border-bottom-style="solid"
border-left-width="1pt"
border-left-style="solid">
<fo:block text-align="end" end-indent="2.0pt"
start-indent="2.0pt" space-after=".5pt"
space-before="1.0pt">1,000.00</fo:block>
</fo:table-cell>
<fo:table-cell border-bottom-width="1pt"
border-bottom-style="solid"
border-left-width="1pt"
border-left-style="solid">
<fo:block text-align="center" end-indent="2.0pt"
start-indent="2.0pt" space-after=".5pt"
space-before="1.0pt">USD</fo:block>
</fo:table-cell>
<fo:table-cell border-bottom-width="1pt"
border-bottom-style="solid"
border-left-width="1pt"
border-left-style="solid">
<fo:block text-align="end" end-indent="2.0pt"
start-indent="2.0pt" space-after=".5pt"
space-before="1.0pt">931.14 EUR</fo:block>
</fo:table-cell>
<fo:table-cell border-bottom-width="1pt"
border-bottom-style="solid"
border-left-width="1pt"
border-left-style="solid">
<fo:block text-align="start" end-indent="2.0pt"
start-indent="2.0pt" space-after=".5pt"
space-before="1.0pt">benef</fo:block>
</fo:table-cell>
<fo:table-cell border-bottom-width="1pt"
border-bottom-style="solid"
border-left-width="1pt"
border-left-style="solid">
<fo:block end-indent="2.0pt"
start-indent="2.0pt" space-after=".5pt"
space-before="1.0pt">16/05/2002</fo:block>
</fo:table-cell>
<fo:table-cell border-bottom-width="1pt"
border-bottom-style="solid"
border-left-width="1pt"
border-left-style="solid">
<fo:block end-indent="2.0pt" text-align="end"
start-indent="2.0pt" padding-bottom="3.5pt"
padding-top="1.0pt">2,000.00 USD</fo:block>
</fo:table-cell>
<fo:table-cell border-right-width="1pt"
border-right-style="solid"
border-bottom-width="1pt"
border-bottom-style="solid"
border-left-width="1pt"
border-left-style="solid">
<fo:block text-align="end" end-indent="2.0pt"
start-indent="2.0pt" space-after=".5pt"
space-before="1.0pt">1,000.00</fo:block>
</fo:table-cell>
</fo:table-row>
thank you again.
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- J.Pietschmann wrote:
Othman HADDAD wrote:
i upgrated from the 0.18 to 0.25 and now i have trouble with table borders,some are missing and there's no special processing for them!
can somebody help me with this..?
You could be a bit more specific on your problem, couldn't you? I guess you have borders defined on table rows. This feature has been removed in favor of better support for collapsing. Define your borders on table cells only.
J.Pietschmann
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
