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 19:21:58 UTC

DO NOT REPLY [Bug 3816] - xsltc fails conf test position79

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

xsltc fails conf test position79

tom.amiro@sun.com changed:

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



------- Additional Comments From tom.amiro@sun.com  2001-10-03 10:21 -------
Getting close, but no cigar:

Running xalan on position79
<?xml version="1.0" encoding="UTF-8"?>
<out>There are 5 preceding text nodes
Position 1 is Item-1A
  Position 2 is Item-1B
  Position 3 is Item-2A
    Position 4 is Item-3A
      Position 5 is Item-3B
      </out>


Running XSLTC with Xerces Parser on position79
<?xml version="1.0" encoding="utf-8" ?>
<out>There are 5 preceding text nodes
Position 1 is Item-3B
      Position 2 is Item-3A
      Position 3 is Item-2A
    Position 4 is Item-1B
  Position 5 is Item-1A
  </out>