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 :

<fo:block font-size="13pt" 
          border-style="solid" 
          border-width="0pt"
          font-family="Helvetica Black"
          color="white">
  <xsl:if test="current_page='odd'">
    <xsl:attribute name="text-align">start</xsl:attribute>
  </xsl:if>
  <xsl:if test="current_page='even'">
    <xsl:attribute name="text-align">end</xsl:attribute>
  </xsl:if>
</fo:block>

You may have guessed it, I just wanna align my titles in function of the 
odd or even pages. How can I manage it ?

Cheers mates, and thanks for your help.

Simon Oualid
ARTE FRANCE
Developper

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

Reply via email to