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=4199>. 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=4199 xsltc fails conf tests string134 and string135 converting string to real number [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | ------- Additional Comments From [EMAIL PROTECTED] 2001-12-11 12:45 ------- Almost. string135 is almost perfect except there is no 0 to the left of the decimal point. All the other processors do like so 0.123456789,0.0123456789,0.00123456789,0.000123456789,0.0000123456789 0.00000123456789,0.000000123456789,0.0000000123456789 whereas xsltc does like so 0.123456789,0.0123456789,0.00123456789,.000123456789,.0000123456789 .00000123456789,.000000123456789,.0000000123456789
