Bug: xsl:number assumes grouping-size="3" grouping-separator="," by
default, instead of no grouping. Morten Primdahl later wrote:

>Anyway, the solution seems to be to either translate($val,',','') or
> <xsl:number level="any" grouping-separator="," grouping-size="10"/>

The latter looks like the preferable workaround, since it will cause
less work for the processor. Set grouping-size even bigger, like 20.
.................David Marston


Reply via email to