Selber Jean-François wrote:
There is a small fragment of my xsl-fo code:
keep-with-next="always" on the first column it doesnt works:
<fo:table-row keep-with-next="always"> <fo:table-cell number-rows-spanned="1" number-columns-spanned="1"> <fo:block> <fo:block font-size="15px" space-after="0.5cm" font-weight="bold">ACTIVITÉS SCIENTIFIQUES</fo:block> </fo:block> </fo:table-cell> </fo:table-row> <fo:table-row keep-with-next="always"> <fo:table-cell number-rows-spanned="1" number-columns-spanned="1"> <fo:block> <fo:block font-size="12px" space-after="0.3cm" font-weight="bold">Affiliation à des associations professionnelles et scientifiques:</fo:block> </fo:block> </fo:table-cell> </fo:table-row>
keep-with-next="always" on the second column it works:
<fo:table-row keep-with-next="always"> <fo:table-cell number-rows-spanned="1" number-columns-spanned="1"> <fo:block> <fo:block font-size="15px" space-after="0.5cm" font-weight="bold">ACTIVITÉS ACADÉMIQUES</fo:block> </fo:block> </fo:table-cell> </fo:table-row> <fo:table-row keep-with-next="always"> <fo:table-cell number-rows-spanned="1" number-columns-spanned="1"> <fo:block> <fo:block font-size="12px" space-after="0.8cm">Date d'entrée au Groupe HEC: 1973</fo:block> </fo:block> </fo:table-cell> </fo:table-row>
I'm not certain if this is causing the problem, but including number-rows-spanned="1" number-columns-spanned="1" in your table-cell items doesn't appear to 'do' anything.
Other than that, perhaps someone else has some insight?
Web Maestro Clay
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]