Hi Chris,

perhaps this will help you:
http://xml.apache.org/xerces-j/schema.html

"The parser permits situations in which there is circular importing; that
is, where there is a series of schemas which contain <import> information
items whose effect is recursive. However, the parser only permits forward
references--that is, references directed from the direction of the schema cited 
in
the instance document to other schemas. For instance, if schema A imports
schema B which also imports schema A, and an instance document validates
against schema A, then any reference in schema b to an information item from 
schema
A will produce an error. Circular <include>s have similar limitations."

greetings
maik

> I am using Xerces 1.4.2 to validate an instance against an XML schema,
> (using sax.SAX2Count) and running into problems. The schema has many
> include
> statements and the parser seems to want them in order, i.e if element "a"
> is
> referenced by element "b" then the include statement for the file
> containing
> "a" must come before the include statement for the file containing "b".
>  
> Is this behaviour real or am I doing something wrong?
>  
> Chris.
> 

-- 
============================================
"M�gen die Falten im Gesicht eines Menschen
 Spuren sein des Lachens !!"

Mail    : [EMAIL PROTECTED]
Homepage: http://www.webis-world.de (Schau doch mal vorbei !)
ICQ     : #57313947 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to