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 2002/07/24 17:34:29 UTC

DO NOT REPLY [Bug 10136] - xsltc gets wrong node by position on text node set spanning two elements (position92)

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

xsltc gets wrong node by position on text node set spanning two elements (position92)

tom.amiro@sun.com changed:

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



------- Additional Comments From tom.amiro@sun.com  2002-07-24 15:34 -------
Retested and this is fixed now.


Running xalan on position92
<?xml version="1.0" encoding="UTF-8"?>
<out><x1>1</x1>
<x6>2</x6>
<xL>10</xL></out>


Running XSLTC with Xerces Parser on position92
<?xml version="1.0" encoding="UTF-8"?>
<out><x1>1</x1>
<x6>2</x6>
<xL>10</xL></out>