http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1500 *** shadow/1500 Wed Apr 25 07:35:50 2001 --- shadow/1500.tmp.905 Wed Apr 25 07:35:50 2001 *************** *** 0 **** --- 1,25 ---- + +============================================================================+ + | notation.getSystemId() always returns null string | + +----------------------------------------------------------------------------+ + | Bug #: 1500 Product: Xerces-C | + | Status: NEW Version: 1.4 | + | Resolution: Platform: All | + | Severity: Normal OS/Version: All | + | Priority: Component: DOM | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + public id is set twice, system id is not set in DOMParser.cpp. This + results in any attempt to retrieve the system id of a notation to + fail, such as the testNotationGetSystemId test in the NIST DOM suite. + + diff -r1.45 DOMParser.cpp + 1132c1132 + < notation->setPublicId(notDecl.getPublicId()); + --- + > notation->setSystemId(notDecl.getSystemId()); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
