Hi, I am using the latest version of FOP and it still appears to have a page alignment problem. I have multiple page citations on the same line. For every citation the right alignment is affected by a small amount. See below XSL:
<fo:table-cell font-family="Arial" color="rgb(0%,0%,50.196%)" font-size="8">
<fo:block text-align="right" margin-right="0.02cm">
<xsl:for-each select="Value">
<xsl:if test="not($summary_type = 'none')">
<xsl:variable name="note_num" select="./@text"/>
<fo:page-number-citation>
<xsl:attribute name="ref-id"><xsl:value-of select="concat('link.note.' ,
$note_num)"/></xsl:attribute>
</fo:page-number-citation>
<xsl:choose>
<xsl:when test="position() mod 5 = 0 and position()!=last()">
<xsl:text>, </xsl:text>​</xsl:when>
<xsl:otherwise>
<xsl:if test="position()!=last()">
<fo:wrapper>
<xsl:text>, </xsl:text>
</fo:wrapper>
</xsl:if>
</xsl:otherwise>
</xsl:choose>
</xsl:if>
</xsl:for-each>
</fo:block>
<fo:table-cell>
gives the attached output:
any help appreciated
<<attachment: table.bmp>>
Visit our website at http://www.ubs.com This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message which arise as a result of e-mail transmission. If verification is required please request a hard-copy version. This message is provided for informational purposes and should not be construed as a solicitation or offer to buy or sell any securities or related financial instruments.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
