Border a row?

2002-05-15 Thread joseph berdat
Hello,

I'm trying to border a row in a table by using following properties :

fo:table-row border-color=silver border-width=0.5mm
border-style=solid
fo:table-cell
fo:blockN/A/fo:block
/fo:table-cell
...
/fo:table-row

But, It doesn't work ? What I miss?

Thanks



RE: Border a row?

2002-05-15 Thread joseph berdat
Hi,

I try to define a table with property border-collapse=collapse. But It
doesn't work??

-Original Message-
From: Ralf Steppacher [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 15, 2002 3:51 PM
To: [EMAIL PROTECTED]
Subject: Re: Border a row?


 I'm trying to border a row in a table by using following properties :

 fo:table-row border-color=silver border-width=0.5mm
 border-style=solid
   fo:table-cell
   fo:blockN/A/fo:block
   /fo:table-cell
   ...
 /fo:table-row

 But, It doesn't work ? What I miss?

Did you set border-collapse=collapse or
border-collapse=collapse-with-precedence for your table? If you have
not, border properties can not be applied to table-rows and you have to
generate your border on the cell level.

See the specification at http://www.w3.org/TR/xsl/slice6.html#fo_table-row:

NOTE:
Only the background properties from this set apply. If the value of
border-collapse is collapse or collapse-with-precedence for the
table the border properties also apply.



HTH
Ralf



Cell reference in Table.

2002-05-14 Thread joseph berdat
Hi,

Is that possible to reference directly a cell in a table when I'm building a
row.
Or to avoid to fill certain cell depending of certains criteria.

@+



New FOP release?

2002-05-13 Thread joseph berdat
Hi,

Is there a new released of FOP scheduled for soon?
And on what kind of subject is currently developed on FOP for next release?

thank'S

@+


Tables in Inline Object

2002-05-07 Thread joseph berdat
Hello,

I would like to have 2 tables side by side on a single page.

  +---+---+ +---+---+
  |   |   | |   |   |
  |   T1  | |   T2  |
  |   |   | |   |   |
  +---+---+ +---+---+

I try to do this by using fo:inline but it doesn't work?

Is there another solution?

Thank!