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.

Reply via email to