[EMAIL PROTECTED] wrote on 06/28/2006 03:41:38 PM: > Hi, > > Is it possible to force validation against a specific local schema > regardless of the namespace/schemalocation in the instance document?
Yes. Register an EntityResolver which returns your local schema instead of what was specified by the schemaLocation hint. Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: [EMAIL PROTECTED] E-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
