[EMAIL PROTECTED] wrote:

I have a little problem to detect page breaks using xsl:fo...
You cannot detect page break, you are not programming in xsl-fo. You should think in declarative way instead, e.g. just declare that odd pages should have gray border on the right, even pages - on the left etc.

Here's my problem :

I need to put the gray border (which will contain text) at the left or at the right of my page
depending on the position of it in the catalog (right, as front, or left, as back).
That's pagination basics, you have to define different page masters for right, left, front pages then. See http://www.dpawson.co.uk/xsl/sect3/bk/ch05.html#d0e1448.

PS. And don't post in html format please, that's explicitly forbidden in Apache mail lists, see Mailing Lists Guidelines at http://jakarta.apache.org/site/mail.html.
--
Oleg Tkachenko
Multiconn Technologies, Israel



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to