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=3592>. 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=3592 XSLTC does not handle long integers [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|xsltc fails conf tests |XSLTC does not handle long |string132 default conversion|integers |of integers | ------- Additional Comments From [EMAIL PROTECTED] 2001-10-19 04:01 ------- The problem with this test is that the XPathLexer class parses all integers using Integer.parseInt() instead of Long.parseLong().
