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=3834>. 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=3834 Imported schema in a schema not found in the instance document Summary: Imported schema in a schema not found in the instance document Product: Xerces-J Version: 1.4.3 Platform: All OS/Version: Linux Status: NEW Severity: Normal Priority: Other Component: Schema-Structures AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] ERROR 3134 is (maybe) adressing this issue. I will give a detailed situation. I have a schema ("CBH_FAX.xsd") which imports an other schema ( by <xs:import namespace='http://www.clearing-bank.de/XML/CBH_TEXT' xsi:schemaLocation='http://www.clearing-bank.de/XML/CBH_TEXT CBH_TEXT.xsd' /> ) ("CBH_TEXT.xsd") to re-use a type defined in the second schema. Validating an instance document of "CBH_FAX" by using java sax.SAXWriter I get the following error: [Error] test_fax.xml:9:3: Schema error: could not resolve URI : http://www.clearing-bank.de/XML/CBH_TEXT to a SchemaGrammar in getTypeInfoFromNS. (and dependent other errors). --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
