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=23046>. 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=23046 [XSLTC] calling sum() on 0.00 inserts a '$' in the result ------- Additional Comments From [EMAIL PROTECTED] 2003-10-09 01:38 ------- I'm invoking XSLTC from within a java bean in a JSP page running in WebSphere application developer (also seems to happen in Tomcat). I went back to test it again, and found that it only seemed to add the dollar sign after I'd run a different transformation and come back to the simple one. So I had a look at the other transformation and created a couple of other stylesheets to demonstrate the problem which should hopefully work for you too :) It might not actually be a problem with the sum() function, but with format-number. For some reason though, it only happens in included stylesheets. Once it occurs once however, the problem with sum() persists until I restart my servlet container.
