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


"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


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