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=5346>. 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=5346 Stringified number with lots of places gets wrong value Summary: Stringified number with lots of places gets wrong value Product: XalanJ2 Version: 2.2.x Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Xalan AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] See the new MATH106-109 tests for a full set of exercises. (MATH108 passes, others fail.) Typical issue: Source tree has <k>12345678901234567890</k> (20 decimal places), stylesheet has <xsl:value-of select="substring(number(k),1,16)"/> (only 16 places can be nailed down), but value printed is -610106517247498!
