Hi Michael, Yes, I have only the Xerces 2.8.1 of xercesimpl.jar on my machine.
Actually the matter is: can I use "external-schemaLocation" to locate all the schemas needed for validation INSTEAD of including some of them in a whole main schema by means of schema- include end/or import? How can I reuse in that way some common portions of schemas of a unique namespace? To do this must I specify honour-all-schemaLocations feature in Xerces, if yes I not yet got it. I would not have to specify include and/or import for common components in all the schemas, but if possible reach the same target from the outside of the schema and message instance (by means of Xerces features and properties). The above questions seems to be linked to another problem; the soap-envelope schema says that some of his elements like body, fault and headers have the processContents attribute set to "lax"; and this is right but, I need to validate a soap message whose parts (particularly the body) are defined in many schemas or namespaces, but Xerces seems to take in count only the first schema one declare. I had to modify the "lax" in "strict" to validate against compound schemas. So I remain with some uncertainty. Thank for your help. Vito --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]