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: page-break-inside


thomas wrote:
hello
when i shoot my xml and xsl trough fop 20.3 it says:
property - "page-break-inside" is not implemented yet.

Is there anything else, that I can do? Workarounds?
Well, the only useful setting is page-break-inside="avoid"
which is equivalent to keep-together="always". Unfortunately,
FOP recognizes keep-together only on table rows. Therefore,
the only way is to put your stuff in a one-row, one-column
blind table and set keep-together="always" on the row.
The fop-user list archive has plenty of code examples (it's
a VFAQ).

J.Pietschmann



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]