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/08 23:34:38 UTC

DO NOT REPLY [Bug 3316] - xsltc fails conf test copy27 with incorrect ouput

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

xsltc fails conf test copy27 with incorrect ouput

tom.amiro@sun.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|xsltc fails conf test copy27|xsltc fails conf test copy27
                   |runtime error null          |with incorrect ouput



------- Additional Comments From tom.amiro@sun.com  2001-10-08 14:34 -------
Latest test shows

Running xalan on copy27
<?xml version="1.0" encoding="UTF-8"?>
<results><usual-result><node attr="8"/></usual-result>
<exotic-result>
  <node xmlns:xsl="http://www.w3.org/1999/XSL/Transform" attr="8"/>
</exotic-result></results>


Running XSLTC with Xerces Parser on copy27
<?xml version="1.0" encoding="utf-8" ?>
<results><usual-result><node attr="8"/></usual-result>
<exotic-result/></results>