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/03 18:43:33 UTC

DO NOT REPLY [Bug 2889] - xsltc fails conf test numberformat37 divide by zero not returning infinity

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=2889>.
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=2889

xsltc fails conf test numberformat37 divide by zero not returning infinity

tom.amiro@sun.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |VERIFIED



------- Additional Comments From tom.amiro@sun.com  2001-10-03 09:43 -------
Both numberformat 37 and 39 now pass
Running xalan on numberformat37
<?xml version="1.0" encoding="UTF-8"?>
<out>Infinity</out>


Running XSLTC with Xerces Parser on numberformat37
<?xml version="1.0" encoding="utf-8" ?>
<out>Infinity</out>


Running xalan on numberformat39
<?xml version="1.0" encoding="UTF-8"?>
<out>-Infinity</out>


Running XSLTC with Xerces Parser on numberformat39
<?xml version="1.0" encoding="utf-8" ?>
<out>-Infinity</out>