Hello, I need to round floats and then sum them. Currently I have something like this: <xsl:variable name="previous-page-subtotal" select="sum(preceding::price)"/>
but I need this:
sum(round(preceding::price)) or something like this.
The FOP version is 0.20.5
Any idea?
Thanks a lot.
Pat
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
