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=7927>. 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=7927 schema in multiple files with same target namespace ------- Additional Comments From [EMAIL PROTECTED] 2002-04-10 19:42 ------- Xerces enforces a one-grammar-per-namespace rule. So when the parser sees the second xsi:schemaLocation attribute, it uses the grammar previously resolved for that namespace, instead of loading a new one. You can have a new xsd file (say API.xsd), and have it include all schema documents for your namespace. Then always refer to API.xsd in your instance. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
