You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2001/10/19 13:01:49 UTC

DO NOT REPLY [Bug 3592] - XSLTC does not handle long integers

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

morten@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|xsltc fails conf tests      |XSLTC does not handle long
                   |string132 default conversion|integers
                   |of integers                 |



------- Additional Comments From morten@apache.org  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().