Hi, I have encountered an performance issue while validating xml(5kb) against xsd's(12kb). It took nearly 30 seconds for the validation. As baseX is using java API's, we did the same validation using simple java. we noticed that the caching of schema object reduces the time significantly(from 30 seconds to 8 milli seconds.). Is there a place where we could configure to enable/diable caching of schema or it needs the code to be re-factored or is there a workaround?
Thanks, Seenivasan