http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1605 *** shadow/1605 Wed May 2 14:53:48 2001 --- shadow/1605.tmp.18900 Thu May 10 09:14:13 2001 *************** *** 2,11 **** | Null attribute name on parsed documents when doNamespaces() = true | +----------------------------------------------------------------------------+ | Bug #: 1605 Product: Xerces-C | ! | Status: NEW Version: 1.4 | ! | Resolution: Platform: PC | | Severity: Normal OS/Version: All | ! | Priority: Component: DOM | +----------------------------------------------------------------------------+ | Assigned To: [EMAIL PROTECTED] | | Reported By: [EMAIL PROTECTED] | --- 2,11 ---- | Null attribute name on parsed documents when doNamespaces() = true | +----------------------------------------------------------------------------+ | Bug #: 1605 Product: Xerces-C | ! | Status: RESOLVED Version: 1.4 | ! | Resolution: FIXED Platform: PC | | Severity: Normal OS/Version: All | ! | Priority: High Component: DOM | +----------------------------------------------------------------------------+ | Assigned To: [EMAIL PROTECTED] | | Reported By: [EMAIL PROTECTED] | *************** *** 37,40 **** { this->namespaceURI=null; //DOM Level 2 this->localName=null; //DOM Level 2 ! } --- 37,45 ---- { this->namespaceURI=null; //DOM Level 2 this->localName=null; //DOM Level 2 ! } ! ! ------- Additional Comments From [EMAIL PROTECTED] 2001-05-10 09:14 ------- ! You're absolutely right. Good catch! ! I wish we used some coding convention to distinguish member variables from ! local variables. Maybe one day... --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
