Re: [xsl] Balancing Columns

Subject: Re: [xsl] Balancing Columns
From: "W. Eliot Kimber" <eliot@xxxxxxxxxx>
Date: Thu, 24 Jan 2002 10:26:07 -0600
"G. Ken Holman" wrote:
> >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,
> 
> This is neat!

I want to make sure I get this: by using the span=all on the last block,
you are forcing all the preceding blocks to flow into the minimum space
they can occupy, correct?

That is neat--I didn't get it when I first saw the post.

Thanks

Eliot
ISOGEN International, LLC

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


Current Thread