Hi,
First, I'm french, so it's possible I write wrong english, but I'll try to do the best I can. I'm testing FOP 1.0 with stylesheets currently working with FOP 0.20.5, and I get different results with two properties. The height property at fo:table level doesn't give me the same result, neither the border-style property at fo:table-column level. Here is the code I use : <?xml version="1.0" encoding="UTF-8"?> <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"> <fo:layout-master-set> <fo:simple-page-master margin="1cm" page-width="21cm" page-height="29.7cm" master-name="A4Portrait"> <fo:region-body/> </fo:simple-page-master> </fo:layout-master-set> <fo:page-sequence master-reference="A4Portrait"> <fo:flow flow-name="xsl-region-body"> <fo:table width="15cm" height="10cm" table-layout="fixed"> <fo:table-column border-width="thin" border-style="solid" column-width="1cm"/> <fo:table-column border-width="thin" border-style="solid" column-width="2cm"/> <fo:table-column border-width="thin" border-style="solid" column-width="3cm"/> <fo:table-column border-width="thin" border-style="solid" column-width="4cm"/> <fo:table-column border-width="thin" border-style="solid" column-width="5cm"/> <fo:table-body> <fo:table-row> <fo:table-cell number-columns-spanned="4" padding="2mm"> <fo:block> Ceci est un texte sur plusieurs cellules </fo:block> </fo:table-cell> </fo:table-row> </fo:table-body> </fo:table> </fo:flow> </fo:page-sequence> </fo:root> You can see the results with the two joined pdf files. I would like to get the same result as I get today with 0.20.5 version. I tried to bypass these problems, but I failed. Is there something I do wrong? Do you see a bypass solution? Nicolas
test 1.0.pdf
Description: test 1.0.pdf
test 0.20.5.pdf
Description: test 0.20.5.pdf
--------------------------------------------------------------------- To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org