You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by bu...@apache.org on 2001/09/26 14:21:56 UTC

DO NOT REPLY [Bug 3834] New: - Imported schema in a schema not found in the instance document

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: xerces-j-dev@xml.apache.org
        ReportedBy: mg@clearing-bank.de


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: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org