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/09/12 12:08:01 UTC

[DO NOT REPLY: Bug 2858] xsltc fails conf test namespace30 with name functions on comments

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: xalan-dev@xml.apache.org                                     |
  |  Reported By: tamiro@east.sun.com                                          |
  |      CC list: Cc:                                                          |
  +----------------------------------------------------------------------------+
--- 7,13 ----
  |     Severity: Normal                   OS/Version: Solaris                 |
  |     Priority: Low                       Component: org.apache.xalan.xsltc  |
  +----------------------------------------------------------------------------+
! |  Assigned To: morten@apache.org                                            |
  |  Reported By: tamiro@east.sun.com                                          |
  |      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 morten.jorgensen@ireland.sun.com  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.