Hi all

I'm trying to apply the orphans and widows formatting rules, but I think
I've got something wrong.

Here's one example:

  <xsl:template match="whatever">
    <fo:block orphans="4" widows="4">
      <fo:table table-layout="fixed" width="100%" padding-before="5mm">
        <fo:table-column column-width="25%" />
        <fo:table-column column-width="25%" />
        <fo:table-column column-width="50%" />
        <fo:table-body>
          <xsl:apply-templates />
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:template>


Here's my output:
(...)
US2003145716 A1     07.08.2003     NONE
EP0717216 A1        04.06.1997     CN1414566 A       30.04.2003
                                   EP1271553 A2      02.01.2003
---- Page break ----
                                   US2003128586 A1   02.01.2003
                                   JP2003109386 A    11.04.2003


Clearly, it's not doing what I want  :-)
The question is: Why?


Thanks for any help
Eric

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to