PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2858 *** shadow/2858 Tue Aug 7 05:43:37 2001 --- shadow/2858.tmp.12504 Wed Sep 12 03:08:01 2001 *************** *** 7,13 **** | Severity: Normal OS/Version: Solaris | | Priority: Low Component: org.apache.xalan.xsltc | +----------------------------------------------------------------------------+ ! | Assigned To: [EMAIL PROTECTED] | | Reported By: [EMAIL PROTECTED] | | CC list: Cc: | +----------------------------------------------------------------------------+ --- 7,13 ---- | Severity: Normal OS/Version: Solaris | | Priority: Low Component: org.apache.xalan.xsltc | +----------------------------------------------------------------------------+ ! | Assigned To: [EMAIL PROTECTED] | | Reported By: [EMAIL PROTECTED] | | CC list: Cc: | +----------------------------------------------------------------------------+ *************** *** 76,79 **** the obtained output is: <?xml version="1.0" encoding="utf-8" ?> ! <out/> --- 76,84 ---- the obtained output is: <?xml version="1.0" encoding="utf-8" ?> ! <out/> ! ! ------- Additional Comments From [EMAIL PROTECTED] 2001-09-12 03:08 ------- ! Support for comment nodes in the internal DOM disappeared when we upgraded the ! DOM builder's interface from SAX to SAX2. I modified the DOM builder to also ! implement org.xml.sax.ext.LexicalHandler, and implemented a comment() method.
