Hi Derek,

The decimal format doc says:
"The prefixes, suffixes, and various symbols used for infinity, digits,

thousands separators, decimal separators, etc. may be set to arbitrary values, and they will appear properly during formatting. However, care must be taken that the symbols and strings do not conflict, or parsing will be unreliable." http://java.sun.com/j2se/1.4.2/docs/api/java/text/DecimalFormat.html
This is true but still does not mean that you can insert arbitrary characters between the "#". It means that when calling the setGroupingSeparator() method on a DecimalFormat object, you can choose an arbitrary character. I am not aware of a method of setting the grouping separator on a "converter" element (doesn't seem possible guessing from the docs), so i'd suggest delegating this to the xsl level where you can use the mighty "xsl:number" element.

Cheers,
Johannes



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

Reply via email to