>Is <xsl:number count="..." level="any"> should be no grouping at all? >Using Xalan 2.2 I get: >4,748
Unless you have both grouping-size and grouping-separator in your xsl:number, you should not get any grouping. This looks like a bug. Possible workaround: set the two attributes, but have the size large enough to be moot, like 7. .................David Marston
