Hi Graham,

Something you should know about the way Xerces handles schemas:  When
Xerces is first apprised that a document wants to be validated against a
schema, once it successfully finds the schema document it tries to compile
the entire schema grammar.  So irrespective of how simple the instance
document might be, Xerces will still try and compile the entire schema that
it is validating against.

So your test is not "simple".  :-)  In fact, since we have no hope of
grasping what's going on in the huge schema you sent us--and since we'd
have to understand it to debug the situation--we're pretty much stuck.  So
it would really help us if you could give us a schema which produces the
problem but is of manageable size.

Thanks,
Neil

Neil Graham
XML Parser Development
IBM Toronto Lab
Phone:  416-448-3519, T/L 778-3519
E-mail:  [EMAIL PROTECTED]



Graham Mann <[EMAIL PROTECTED]> on 06/22/2001 11:46:28 AM

Please respond to [EMAIL PROTECTED]

To:   [EMAIL PROTECTED]
cc:
Subject:  Yet more validation errors


I've just built new jar files from the CVS (22/06/2001 16:20) which is
producing a java.lang.ArrayIndexOutOfBoundsException for the simple test:
           java sax.SAX2Count -v _test4.xml

(There are also other errors which I'd appreciate some feedback on)

I've zip and attached the schema and test file.(See attached file:
Example.zip)
Graham Mann
Adobe Systems Europe Ltd.
Tel:    +44 (0)1603 226749


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

<<attachment: Example.zip>>

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

Reply via email to