Re: [xsl] xsl:fo - keeps and breaks problem..

Subject: Re: [xsl] xsl:fo - keeps and breaks problem..
From: Jeni Tennison <jeni@xxxxxxxxxxxxxxxx>
Date: Thu, 12 Sep 2002 15:52:15 +0100
Hi Andy,

> So I have to build something generic that 'knows' to break if it is
> approaching the bottom of a page. Essentially, I want to state a
> rule that says 'if this fo:block cannot be entirely displayed by the
> end of this page, break and start on a new page'...

I think that this is what keep-together is for, so you'd do something
like:

  <fo:block keep-together.within-page="always">
    ...
  </fo:block>

and that should keep all the content of the fo:block together within
the page.

But then I don't think that it's implemented by FOP, from their list
of features...

Cheers,

Jeni

---
Jeni Tennison
http://www.jenitennison.com/


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


Current Thread