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:47:05 UTC

DO NOT REPLY [Bug 3689] - xsltc fails conf test whitespace21 on comments in LREs

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

xsltc fails conf test whitespace21 on comments in LREs

tom.amiro@sun.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |



------- Additional Comments From tom.amiro@sun.com  2001-10-03 09:47 -------
xsltc doesn't agree with Saxon and XT on this. See

Running saxon on whitespace21
<?xml version="1.0" encoding="utf-8"?><out>x
    y
    
    <z/></out>

Running xt on whitespace21
<?xml version="1.0" encoding="utf-8"?>
<out>x
    y
    
    <z/></out>

Running xalan on whitespace21
<?xml version="1.0" encoding="UTF-8"?>
<out>x
    y
    
    <z/></out>


Running XSLTC with Xerces Parser on whitespace21
<?xml version="1.0" encoding="utf-8" ?>
<out>x
    y
    <z/></out>