Re: [xsl] Write specific String

Subject: Re: [xsl] Write specific String
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 15 Nov 2002 14:14:25 GMT

> How can I do to write it again on the 2nd page?

You haven't said what technology you are using to print/paginate the
document.
If you are using FO then you can't really change the text within the
main flow based on the page breaking.

However if the text in your tables is just normal text, so every line of
the table is the same height, then you may be able to know the number of
rows per page in advance, in which case your XSLT can force the page
break every _n_ lines and add the sex letter again at that point.

If you are not using FO and are using some other printing strategy then 
it may be that you can add teh letter at the page breaking stage...

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

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


Current Thread