I've read a lot in the archives about the different keep-with property; what
I understood is that some of them are not implemented yet, but that
keep-with-next should work on table rows. Is there another reason why my
example here doesn't keep the rows together?



- <fo:table-row keep-with-next="always" font-weight="bold" font-size="10pt">
- <fo:table-cell>
- <fo:block>
- <fo:table font-size="10pt" border-style="solid">
  <fo:table-column column-width="1.2cm" /> 
  <fo:table-column column-width="15.8cm" /> 
- <fo:table-body>
- <fo:table-row>
- <fo:table-cell>
  <fo:block>10</fo:block> 
  </fo:table-cell>
- <fo:table-cell>
  <fo:block>RAPPORTS DE LA COMMISSION DE GRACE</fo:block> 
  </fo:table-cell>
  </fo:table-row>
- <fo:table-row font-weight="normal">
  <fo:table-cell /> 
- <fo:table-cell>
  <fo:block /> 
  </fo:table-cell>
  </fo:table-row>
  </fo:table-body>
  </fo:table>
  </fo:block>
  </fo:table-cell>
  </fo:table-row>
  <fo:table-row keep-with-next="always" height="30pt" /> 
  <!-- 
                        I'm trying to avoid a page-break here, but no
success so far...

-->
- <fo:table-row font-weight="bold" font-size="10pt">
- <fo:table-cell>
- <fo:block>
- <fo:table font-size="10pt" border-style="none">
  <fo:table-column column-width="1.2cm" /> 
  <fo:table-column column-width="2.3cm" /> 
  <fo:table-column column-width="13.5cm" /> 
- <fo:table-body>
- <fo:table-row>
  <fo:table-cell /> 
  <fo:table-cell /> 
- <fo:table-cell text-align="left">
  <fo:block>7 rapports, préavis adoptés.</fo:block> 
  </fo:table-cell>
  </fo:table-row>
- <fo:table-row>
  <fo:table-cell /> 
  <fo:table-cell /> 
- <fo:table-cell text-align="left">
  <fo:block /> 
  </fo:table-cell>
  </fo:table-row>
  </fo:table-body>
  </fo:table>
  </fo:block>
  </fo:table-cell>
  </fo:table-row>

Reply via email to