How can I make all the table-cells have this property set to retain by default, without having to write it in each one of them. Is there any way to do that,,
-----Original Message----- From: Andreas Delmelle [mailto:[email protected]] Sent: Tuesday, March 03, 2009 12:17 PM To: [email protected] Subject: Re: Fop 0.95 not adding a line when table row breaks at the end of page On 03 Mar 2009, at 16:22, Rania Saghira wrote: Hi > I am having an issue with FOP 0.95 that did not exist in FOP 0.20.5. > When a table row breaks at the end of the page, no line is added at > the end of the row nor at the begining of the row in the following > page. As a workaround I have added empty table headers and footers to > some of the tables in my .xsl files. Not necessary. The reason is that border-*-width.conditionality has an initial value of 'discard', which causes the border to be discarded at breaks. Just specify an explicit: border-after-width.conditionality="retain" and you should be fine. HTH! Andreas --------------------------------------------------------------------- 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]
