One other thing: If you need all instances of format-number to behave the same, 
using

<xsl:decimal-format decimal-separator="," grouping-separator="." />

will change the default decimal formatting, and you can then leave off the 
third argument to format-number().

Eric Amick   Systems Engineer II
Legislative Computer Systems

From: [email protected] [mailto:[email protected]]
Sent: Tuesday, July 12, 2011 10:21
To: [email protected]
Subject: numberformatting problem (austrian format)

I'm using fop to process PDFs. I need to format a number.
code:
<xsl:value-of select="format-number(10000, '####,###.00')" />

The output in this case is 10,000.00
My problem is, that I need the number format in Austria, which is 10.000,00 
(the comma and the point are switched)

Reply via email to