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: xsl:fo - keeps and breaks problem..


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


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