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 Ralf Steppacher
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


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



Re: Border a row?

2002-05-15 Thread J.Pietschmann
joseph berdat wrote:
Hello,
I'm trying to border a row in a table by using following properties :
Setting borders on rows doesn't yet work. Set
them on the cells.
J.Pietschmann