http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2529
*** shadow/2529 Tue Jul 10 06:20:11 2001
--- shadow/2529.tmp.2610 Fri Jul 13 05:43:48 2001
***************
*** 2,9 ****
| URI resolving of imported namespaces is not correct |
+----------------------------------------------------------------------------+
| Bug #: 2529 Product: Xerces-J |
! | Status: RESOLVED Version: 1.4.1 |
! | Resolution: INVALID Platform: PC |
| Severity: Blocker OS/Version: Windows NT/2K |
| Priority: High Component: Schema-Structures |
+----------------------------------------------------------------------------+
--- 2,9 ----
| URI resolving of imported namespaces is not correct |
+----------------------------------------------------------------------------+
| Bug #: 2529 Product: Xerces-J |
! | Status: REOPENED Version: 1.4.1 |
! | Resolution: Platform: PC |
| Severity: Blocker OS/Version: Windows NT/2K |
| Priority: High Component: Schema-Structures |
+----------------------------------------------------------------------------+
***************
*** 31,34 ****
This is not a bug, this is a default behavior. To overwrite this behavior,
implement your own EntityResolver and register it with a parser.
! Look also at: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2510
--- 31,50 ----
This is not a bug, this is a default behavior. To overwrite this behavior,
implement your own EntityResolver and register it with a parser.
! Look also at: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2510
!
! ------- Additional Comments From [EMAIL PROTECTED] 2001-07-13 05:43 -------
! I have reopened the bug because I have a further question:
!
! The resolveEntity(String publicId, String systemId) method is called with the
! relative systemId.
!
! How should this method obtain the absolute URI of the XML Schema which contains
! this relative URI?
!
! For implementing your suggestion the method should be called with a
! resolved absolute URI.
!
! Regards
!
! Thomas
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]