On Tue, 2007-11-06 at 10:48 +0100, Sven Bauhan wrote:
> Is there a way to define a path to the schema file perhaps by using 
> "file:/path/to/schema" as namespace? Or is it possible to define  the path to 
> the file in the schmemaLocation attribute?

Yes, for schemas that are located in local files, you use file: URLs to
specify their location.

> When parsing the xml file I get warning, that the elements (like AtcissData) 
> are undefined. How can I find out, why it is impossible to load the schema?

Unfortunately, Xerces' error messages don't seem to distinguish between
"I have the schema for this namespace and this element isn't defined in
that namespace" and "I don't have the schema for this namespace".

Dale


Reply via email to