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=? [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|xsl:number grouping- |xsl:number grouping- |separator not working? |separator not working w/ | |value=? ------- Additional Comments From [EMAIL PROTECTED] 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.)
