Hi,

I need to have one schema import another one, but I don't want to use an
absolute path in the import. I have
<xsd:import namespace="http://www.ara.com/base"; schemaLocation="base.xsd"/>
in another schema named ext.xsd. Both schemas are in a folder called
D:\Schemas and my instance files are in a folder called D:\Instances. When I
validate an instance using xerces v1.4.3, I get a fatal error stating
file:///D:/instances/base.xsd not found. Is there a way to indicate that the
schema should be relative to the importing schema rather than the instance
file?

John


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

Reply via email to