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

*** shadow/1500 Wed Apr 25 07:35:50 2001
--- shadow/1500.tmp.15873       Wed May  9 18:38:55 2001
***************
*** 2,11 ****
  | 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]                                       |
--- 2,11 ----
  | notation.getSystemId() always returns null string                          |
  +----------------------------------------------------------------------------+
  |        Bug #: 1500                        Product: Xerces-C                |
! |       Status: RESOLVED                    Version: 1.4                     |
! |   Resolution: FIXED                      Platform: All                     |
  |     Severity: Normal                   OS/Version: All                     |
! |     Priority: High                      Component: DOM                     |
  +----------------------------------------------------------------------------+
  |  Assigned To: [EMAIL PROTECTED]                                  |
  |  Reported By: [EMAIL PROTECTED]                                       |
***************
*** 22,25 ****
  1132c1132
  <     notation->setPublicId(notDecl.getPublicId());
  ---
! >     notation->setSystemId(notDecl.getSystemId());
--- 22,28 ----
  1132c1132
  <     notation->setPublicId(notDecl.getPublicId());
  ---
! >     notation->setSystemId(notDecl.getSystemId());
! 
! ------- Additional Comments From [EMAIL PROTECTED]  2001-05-09 18:38 -------
! You're right. Thanks!

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to