RE: [xsl] keep properties

Subject: RE: [xsl] keep properties
From: DPawson@xxxxxxxxxxx
Date: Mon, 4 Feb 2002 09:05:01 -0000

> -----Original Message-----
> From: Carmelo Montanez [mailto:carmelo@xxxxxxxx]

>     I am writing a number of tests for the XSL FO and I am 
> having a hard
> time
> coming up with a scenario (at least a relevant scenario), where the
> "keep-with-next", "keep-with-previous" and "keep-together" 
> properties be
> used.
> (witching a line context)
> 
> If anyone is aware of any examples or situations please let me know.

For print output, it is considered bad form to have a block header
on page n and its following paragraphs on page n+1.

keep-with-next resolves this.
<fo:block keep-with-next="always">
  <fo:block> header </fo:block>
  <fo:block> para contents </fo:block>
</fo:block>

The others form a variant for different processing scenarios.

Regards DaveP

- 

NOTICE: The information contained in this email and any attachments is 
confidential and may be legally privileged. If you are not the 
intended recipient you are hereby notified that you must not use, 
disclose, distribute, copy, print or rely on this email's content. If 
you are not the intended recipient, please notify the sender 
immediately and then delete the email and any attachments from your 
system.

RNIB has made strenuous efforts to ensure that emails and any 
attachments generated by its staff are free from viruses. However, it 
cannot accept any responsibility for any viruses which are 
transmitted. We therefore recommend you scan all attachments.

Please note that the statements and views expressed in this email 
and any attachments are those of the author and do not necessarily 
represent those of RNIB.

RNIB Registered Charity Number: 226227

Website: http://www.rnib.org.uk 

14th June 2002 is RNIB Look Loud Day - visit http://www.lookloud.org.uk to
find out all about it.


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


Current Thread