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=3500

*** shadow/3500 Fri Sep  7 11:27:04 2001
--- shadow/3500.tmp.2170        Thu Sep 13 03:33:55 2001
***************
*** 2,9 ****
  | Attributes do not work when using DOM2Sax and Trax                         |
  +----------------------------------------------------------------------------+
  |        Bug #: 3500                        Product: XalanJ2                 |
! |       Status: NEW                         Version: 2.2.x                   |
! |   Resolution:                            Platform: All                     |
  |     Severity: Normal                   OS/Version: All                     |
  |     Priority: Other                     Component: org.apache.xalan.xsltc  |
  +----------------------------------------------------------------------------+
--- 2,9 ----
  | Attributes do not work when using DOM2Sax and Trax                         |
  +----------------------------------------------------------------------------+
  |        Bug #: 3500                        Product: XalanJ2                 |
! |       Status: RESOLVED                    Version: 2.2.x                   |
! |   Resolution: WONTFIX                    Platform: All                     |
  |     Severity: Normal                   OS/Version: All                     |
  |     Priority: Other                     Component: org.apache.xalan.xsltc  |
  +----------------------------------------------------------------------------+
***************
*** 29,32 ****
              else
                  namebuf.append(qname);
  
! This fixed all of my problems
--- 29,38 ----
              else
                  namebuf.append(qname);
  
! This fixed all of my problems
! 
! ------- Additional Comments From [EMAIL PROTECTED]  2001-09-13 03:33 
-------
! This is not a bug in the DOM2SAX adapter, it is an error in the way the
! W3C attributes are created externally. The AttributeList implementation
! should have values set for all the various parts of each attribute and
! not just the QName or the local name.

Reply via email to