Re: XML DSIG schema validation performance

2005-07-07 Thread Matej Kafadar
As I see, the XML document has reference to schema which is on internet "xsi:schemaLocation="http://www.w3.org/2000/09/xmldsig# xmldsig-core-schema.xsd". Maybe this is problem. regards Matej Jorge Ortiz Claver wrote: Hi, I have a XML DSIG enveloping document I need to validate against its

Re: XML DSIG schema validation performance

2005-07-07 Thread Jorge Ortiz Claver
Yes, I don't have any kind of entity resolver. My first thought was the same but I checked the schema and there was no reference to an external location. Anyway, I'll try to install my own entity resolver. Thanks, Jorge Scott Cantor wrote: Has anyone any experience validating this t