Hi, I have a problem with Xerces 1.4.4.
First, all my schemas are in a jar file. I used single schema and in order to give the schema to Xerces (as InputSource) I used EntityResolver (everything works fine if schema does not import other schema). Now I have a schema that imports another one (xmldsig-core-schema.xsd) for testing the new xml security. But my entity resolver is never called when Xerces parses the first schema to retrieve xmldsig-core-schema.xsd. I don't know how to specify how Xerces should retrieve imported schemas. Has anybody a solution or give me the right direction to solve this issue ? Thanks, Eric --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
