You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2002/02/06 17:17:38 UTC

DO NOT REPLY [Bug 6268] - xsl:number grouping-separator not working w/ value=?

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6268>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6268

xsl:number grouping-separator not working w/ value=?

keshlam@us.ibm.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|xsl:number grouping-        |xsl:number grouping-
                   |separator not working?      |separator not working w/
                   |                            |value=?



------- Additional Comments From keshlam@us.ibm.com  2002-02-06 16:17 -------
Ignored unless grouping size specified: Ah. However, I'm still not getting the 
expected results when a value is specified:
	<xsl:number value="1234567"  grouping-size="4" grouping-separator="/"/>
yields 123,4567 (note the comma).

(Note too that
	<xsl:number value="1234567"  grouping-size="4" grouping-separator=""/>
throws an exception. Yes, the spec says this parameter expects a char value, so 
maybe this is expected. But given that some folks just want an unformatted 
number, it's a misfeature... Suggestion for XSLT2, perhaps. And a better error 
message would be appropriate in any case.)