XSLoader can not load XSD which include relative schemaLocation while absolute 
path works
-----------------------------------------------------------------------------------------

                 Key: XERCESJ-1307
                 URL: https://issues.apache.org/jira/browse/XERCESJ-1307
             Project: Xerces2-J
          Issue Type: Bug
          Components: XML Schema API
    Affects Versions: 2.9.0
         Environment: Window XP
            Reporter: xiaofeng.zhang
             Fix For: 2.9.0


We use XSLoader to load XML schema. If the xsd file include relative 
schemaLocation a warning is thrown:
[Warning] :2:46: schema_reference.4: Failed to read schema document 
'../base.xsd', because 1) could not find the document; 2) the document could 
not be read; 3) the root element of the document is not <xsd:schema>.
Changing to absolute path <xsd:include 
schemaLocation="file:///C:/.../base.xsd"/> the XSLoader will work.



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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

Reply via email to