Re: Odd or Even in the xsl-region-body

2003-02-17 Thread Jeremias Maerki
On 17.02.2003 22:05:18 s-oualid wrote: > Thanks you for your answer mate ! > > I am so nervous on this project (because that's a totally new approach for > me, I was working with VPE's DLL of ideal software before I managed to > convince people here to use XSL:FO), that I am really happy to ge

Re: Odd or Even in the xsl-region-body

2003-02-17 Thread s-oualid
t's really appreciated here ! :) Simon OUALID ARTE FRANCE Developper Jeremias Maerki <[EMAIL PROTECTED]> 17/02/2003 21:46 Veuillez répondre à fop-user Pour : [EMAIL PROTECTED] cc : Objet : Re: Odd or Even in the xsl-region-body In an ideal world you w

Re: Odd or Even in the xsl-region-body

2003-02-17 Thread Jeremias Maerki
In an ideal world you would probably be using text-align="inside" and text-align="outside". But that's not implemented in FOP AFAIK. The approach you're trying to follow will only work if you try to do the whole page-breaking stuff yourself in XSLT. But that could get real messy and might not solve

Odd or Even in the xsl-region-body

2003-02-17 Thread s-oualid
Hi, I would like to know if it's possible to test the odd or even condition while writing in non-static content. Here's an example of what I want to do : start end You may have guessed it, I just wanna align my titles in function of the odd or even pages. How can I manag