DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27000>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27000
External schema validation and InputSource
------- Additional Comments From carnold@xxxxxxxxxxxxxx 2004-02-17 16:03
-------
The value for noNamespaceSchemaLocation is a URL, so the value that you are
setting is asking for a
"c:" schema (like http:) on server "path" with "file.xsd" in the root. What
happens when you use the
proper URL like "file:///c:/file.xsd".
|