You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by bu...@apache.org on 2001/06/14 03:28:32 UTC

[Bug 2169] New: - bug in org.apache.xerces.dom.DeferredAttrNSImpl

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2169

*** shadow/2169	Wed Jun 13 18:28:32 2001
--- shadow/2169.tmp.17863	Wed Jun 13 18:28:32 2001
***************
*** 0 ****
--- 1,23 ----
+ +============================================================================+
+ | bug in org.apache.xerces.dom.DeferredAttrNSImpl                            |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 2169                        Product: Xerces-J                |
+ |       Status: NEW                         Version: 1.3.1                   |
+ |   Resolution:                            Platform: All                     |
+ |     Severity: Normal                   OS/Version: Other                   |
+ |     Priority: Other                     Component: DOM                     |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: xerces-j-dev@xml.apache.org                                  |
+ |  Reported By: meliksd1@us.ibm.com                                          |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ in method synchronizeData() of org.apache.xerces.dom.DeferredAttrNSImpl
+ the line 
+ 	if (namespaceURI == null && namespaceURI.length() == 0) {
+ 
+ should be changed to
+ 	if (namespaceURI == null || namespaceURI.length() == 0) { 
+ to accomplish the desired action
\ No newline at end of file

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org