You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by bu...@apache.org on 2001/03/23 17:23:39 UTC

[Bug 1097] New - #included XML Schema not found if Schemas & XML instance are in separate directories

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

*** shadow/1097	Fri Mar 23 08:23:38 2001
--- shadow/1097.tmp.1354	Fri Mar 23 08:23:38 2001
***************
*** 0 ****
--- 1,27 ----
+ +============================================================================+
+ | #included XML Schema not found if Schemas & XML instance are in separate d |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 1097                        Product: Xerces-J                |
+ |       Status: NEW                         Version: cvs extract (inc        |
+ |   Resolution:                            Platform: PC                      |
+ |     Severity: Major                    OS/Version: Windows NT/2K           |
+ |     Priority: Medium                    Component: Other                   |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: xerces-j-dev@xml.apache.org                                  |
+ |  Reported By: than@ghx.com                                                 |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ An #included XML Schema cannot be found in this case:
+ 
+ 1. The XML instance is located on system dir #1
+ 2. Both the main Schema file and the included Schema file are located on system 
+ dir #2.  They are main.xsd and sub.xsd.
+ 
+ It gives error: [Fatal Error] :0:0 File "file:///dir#1/sub.xsd" 
+ not found.
+ 
+ This means the relative path is incorrectly set to dir #1 for locating sub.xsd, 
+ which should be searched relative to dir #2.

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org