[xep-support] fo:table-row question

David Tolpin dvd at renderx.com
Mon Jun 16 13:30:37 PDT 2003


> 
> 	<fo:table-row border-top=3D"1pt solid blue">
> 		<fo:table-cell><fo:block>Cell 1</fo:block></fo:table-cell>
> 		<fo:table-cell><fo:block>Cell 2</fo:block></fo:table-cell>
> 	</fo:table-row>

 Because the only supported table borders mode is 'separate', in which
 only background properties apply to rows.

> 
> Am I forced to draw a line on every cell like this?
> 	<fo:table-row>
> 		<fo:table-cell border-top=3D"1pt solid blue"><fo:block>Cell =
> 1</fo:block></fo:table-cell>
> 		<fo:table-cell border-top=3D"1pt solid blue"><fo:block>Cell =
> 2</fo:block></fo:table-cell>
> 	</fo:table-row>
> 

Yes, and it is easy to achieve during XSLT transformation that generates the FO.

David
-------------------
(*) To unsubscribe, send a message with words 'unsubscribe xep-support'
in the body of the message to majordomo at renderx.com from the address
you are subscribed from.
(*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/tos.html



More information about the Xep-support mailing list