Re: [xsl] Balancing Columns

Subject: Re: [xsl] Balancing Columns
From: MURAKAMI Shinyu <murakami@xxxxxxxxxx>
Date: Fri, 25 Jan 2002 00:26:32 +0900
At Thu, 24 Jan 2002 08:59:39 -0600, W. Eliot Kimber wrote:
> 
>      xxxxxxxxxxx      xxxxxxxxxx     xxxxxxxxxx
>      xxxxxxxxxxx      xxxxxxxxxx     
> 
> Not:
> 
>      xxxxxxxxxxx      xxxxxxxxxx
>      xxxxxxxxxxx
>      xxxxxxxxxxx
>      xxxxxxxxxxx

try the following code:

    <fo:flow flow-name="xsl-region-body">
      <fo:block>xxxxxxxxxxx</fo:block>
      <fo:block>xxxxxxxxxxx</fo:block>
      <fo:block>xxxxxxxxxxx</fo:block>
      <fo:block>xxxxxxxxxxx</fo:block>
      <fo:block>xxxxxxxxxxx</fo:block>
      <fo:block span="all"></fo:block>
    </fo:flow>

HTH,

Shinyu Murakami
Antenna House XSL Formatter team
http://www.antennahouse.com

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread