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/30 19:31:49 UTC

DO NOT REPLY [Bug 9135] - xsltc fails idkey37

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

xsltc fails idkey37

tom.amiro@sun.com changed:

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



------- Additional Comments From tom.amiro@sun.com  2002-07-30 17:31 -------
xsltc gives the expected result now.

Running xalan on idkey37
<?xml version="1.0" encoding="UTF-8"?>
<out>
<other>a</other>
<big>b</big>
<other>c</other>
<big>d</big>
<other>e</other></out>


Running XSLTC with Xerces Parser on idkey37
<?xml version="1.0" encoding="UTF-8"?>
<out>
<other>a</other>
<big>b</big>
<other>c</other>
<big>d</big>
<other>e</other></out>