To justify, you can use the text-align attrib:
<xsl:attribute name="text-align">
<xsl:choose>
<xsl:when test="@textAlignment='left'">start</xsl:when>
<xsl:when test="@textAlignment='start'">start</xsl:when>
<xsl:when test="@textAlignment='right'">end</xsl:when>
<xsl:when test="@textAlignment='end'">end</xsl:when>
<xsl:when test="@textAlignment='center'">center</xsl:when>
<xsl:otherwise><xsl:text>start</xsl:text></xsl:otherwise>
</xsl:choose>
</xsl:attribute>
Is this what you needed?
-Lou
"Todtenhaupt, Susann" <[EMAIL PROTECTED]> on 04/22/2003
10:04:10
Please respond to [EMAIL PROTECTED]
To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
cc:
Subject: justification
Hi @ all!
Is there any possibility to drive a string in a fo:block into
justification?
Mit freundlichen Gr��en / Best regards
Susann Todtenhaupt
Astrium GmbH
88039 Friedrichshafen, Germany
Phone������� +49 7545 8-2618
Fax����������+49 7545 8-5526
Email [EMAIL PROTECTED]
This mail is for information only and does not imply any formal commitment
by Astrium GmbH.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]