My pdf is a bill which lists positive and negative amounts in a table,
and I need to use parentheses for the negative amounts. The problem is
that those w/ parentheses don't line up with the others - they're pushed
left (because everything is right-aligned). I've tried this:

<xsl:variable name="space" select="' '"/>
...
$<xsl:value-of select="current_am"/><xsl:value-of select="$space"/>
($<xsl:value-of select="paid_am"/>)
$<xsl:value-of select="total_am"/><xsl:value-of select="$space"/>

but to no avail. I've also tried using white-space-collapse="false" in
the enclosing <fo:block>, but it still seems to be lost as well as
causing problems due to stylesheet indenting. Has anyone else run into
this problem?

Mike

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

Reply via email to