Hello, I use the lastest trunk version (downloaded and compiled today) and OFFO hyphenation files.
I have a problem breaking the following french text in table cell: "MOD. AVION UTILISE" "MOD. AVION" is not broken at the space character; it overflows table cell. I believe it is because "AVION" cannot be broken itself in french. If I replace "AVION" by "SAVON" (which is breakable in french), everything is ok. I don't know if it is a bug or the normal behavior. I put the fo sample at the end of this post. Thanks for help, Gilles Beaugeais. <?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 master-name="page" page-height="11in" page- width="8.5in"> <fo:region-body margin-top="2cm" margin-bottom="2cm" margin-left="2cm" margin-right="2cm"/> </fo:simple-page-master> <fo:page-sequence-master master-name="pages"> <fo:single-page-master-reference master-reference="page"/> </fo:page-sequence-master> </fo:layout-master-set> <fo:page-sequence master-reference="pages" font-size="10pt" font- family="Arial"> <fo:flow flow-name="xsl-region-body"> <fo:block hyphenate="true" language="fr"> <fo:table border-collapse="separate" table-layout="fixed" border="0.5pt solid black"> <fo:table-column column-width="proportional-column-width(65)"/> <fo:table-column column-width="proportional-column-width(33)"/> <fo:table-column column-width="proportional-column-width(76)"/> <fo:table-column column-width="proportional-column-width(60)"/> <fo:table-column column-width="proportional-column-width(66)"/> <fo:table-column column-width="proportional-column-width(57)"/> <fo:table-column column-width="proportional-column-width(57)"/> <fo:table-column column-width="proportional-column-width(59)"/> <fo:table-column column-width="proportional-column-width(31)"/> <fo:table-body text-align="center"> <fo:table-row> <fo:table-cell border="0.5pt solid black" number-columns- spanned="8"> <fo:block/> </fo:table-cell> <fo:table-cell border="0.5pt solid black"> <fo:block>MOD. AVION UTILISÉ</fo:block> </fo:table-cell> </fo:table-row> <fo:table-row> <fo:table-cell border="0.5pt solid black" number-columns- spanned="8"> <fo:block/> </fo:table-cell> <fo:table-cell border="0.5pt solid black"> <fo:block>MOD. SAVON UTILISÉ</fo:block> </fo:table-cell> </fo:table-row> </fo:table-body> </fo:table> </fo:block> </fo:flow> </fo:page-sequence> </fo:root> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
