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 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From [EMAIL PROTECTED] 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>