Thomas Winkler wrote:
Hello Chris,
Thanks for your fast reply !
I downloaded the latest sources and compiled them.
However I get an error message ("the collapsing border
model on an fo:table is currently not supported by
FOP") while running FOP for the following FO file.
This message is a warning not an error.
But there is no collapsing border just one cell.So why
that error message ?
The default value for border-collapse property according to XSL-FO spec
is "collapse" However, this hasnt been implemented yet and so you must
explicitly specify this property on fo:table as
border-collapse="separate" which is the only value supported by FOP ATM.
Is there any possibility to do dotted bottom borders
on a whole row ? It works for solid case in that
0.20.5 package.
Sure just specify border-bottom="dotted" on fo:table-row.
<snip/>
Chris
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]