This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Balancing Columns


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]