http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2529
*** shadow/2529 Fri Jul 13 16:20:07 2001
--- shadow/2529.tmp.2152 Mon Jul 16 02:40:18 2001
***************
*** 2,9 ****
| URI resolving of imported namespaces is not correct |
+----------------------------------------------------------------------------+
| Bug #: 2529 Product: Xerces-J |
! | Status: RESOLVED Version: 1.4.1 |
! | Resolution: WORKSFORME 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 |
+----------------------------------------------------------------------------+
***************
*** 72,74 ****
--- 72,92 ----
For resolving relative to absolute URI�s have a look at the java.net.URI class
in JDK1.4 and http://www.ietf.org/rfc/rfc2396.txt
+
+
+ ------- Additional Comments From [EMAIL PROTECTED] 2001-07-16 02:40 -------
+ Okay, with your comment it seems to be a problem with the JAXP Implementation.
+ I use the method
+ public void parse(java.io.InputStream is,
+ DefaultHandler dh,
+ java.lang.String systemId)
+
+ of javax.xml.parsers.SAXParser.
+
+ The method is called with this systemId:
+ file:/D:/htdocs/xmledi/xml/ssregw_paper_template.xml
+
+ And the resolveEntity(String publicId, String systemId) Method than is called
+ with the relative URI "ssregw_paper.xsd" which is contained in the InputStream.
+
+ I have attched the Java sources.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]