http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2510
*** shadow/2510 Mon Jul 9 23:38:26 2001
--- shadow/2510.tmp.25868 Tue Jul 10 09:20:39 2001
***************
*** 2,9 ****
| traverseImport does not use parsers EntityResolver |
+----------------------------------------------------------------------------+
| Bug #: 2510 Product: Xerces-J |
! | Status: REOPENED Version: 1.4.1 |
! | Resolution: Platform: All |
| Severity: Major OS/Version: Other |
| Priority: Other Component: Schema-Structures |
+----------------------------------------------------------------------------+
--- 2,9 ----
| traverseImport does not use parsers EntityResolver |
+----------------------------------------------------------------------------+
| Bug #: 2510 Product: Xerces-J |
! | Status: RESOLVED Version: 1.4.1 |
! | Resolution: INVALID Platform: All |
| Severity: Major OS/Version: Other |
| Priority: Other Component: Schema-Structures |
+----------------------------------------------------------------------------+
***************
*** 71,73 ****
--- 71,84 ----
there. So I am reopening the bug.
I have created a testcase and appended that to the bug.
+
+
+ ------- Additional Comments From [EMAIL PROTECTED] 2001-07-10 09:20 -------
+ Just had a look inside your com.sun.star.test1.test.java program. In the run
+ method, you build your EntityResolver and register it with an
+ org.xml.sax.Parser object. Then you create an org.xml.sax.XMLReader object and
+ use it to parse your XML document. This new object has no idea about the
+ EntityResolver you've created--since no EntityResolver has been registered with
+ it--and so neither does Xerces or traverseImportDecl(...).
+
+ Hope that helps. :-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]