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=4459>. 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=4459 Schema validator cannot find included schema documents ------- Additional Comments From [EMAIL PROTECTED] 2001-10-28 19:50 ------- I'm using Xerces 1.4.3 to do validation on instance documents conforming to modular XML Schemas and have run into some problems with the way Xerces includes Schemas into other Schemas. All of my schemas are kept together in a common directory, and as such, according to every example I can find, I should be able to reference them by only their file name from another schema in the same directory. Example: <xsd:include schemaLocation = "schedule.xsd"/> Xerces is not able to find any of the included schemas when referenced locally, and seems to be searching for them by default in the root directory of my app server. If I reference them by their fully qualified URI, then Xerces has no problem finding them, e.g.: <xsd:include schemaLocation = "http://path.to/schemas/schedule.xsd"/> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
