Hi, I am trying to generate PDF using FOP. 
But I got a rounding error when using the following
fo script
<fo:block>
<xsl:value-of select="format-number(0.5,'0')"/>
</fo:block>

The result from fop is
0
instead of 
1

Is this a bug?
How do we get around of it?

Thanks

LZ


        
                
__________________________________
Do you Yahoo!?
Yahoo! Movies - Buy advance tickets for 'Shrek 2'
http://movies.yahoo.com/showtimes/movie?mid=1808405861 

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

Reply via email to