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

RE: XML DSIG schema validation performance

2005-07-06 Thread Scott Cantor
> Has anyone any experience validating this type of documents? > I´d really appreciate any advice or idea. My guess would be it's retrieving something from the network, a common problem if you don't install your own entity resolver. You could disconnect and try with no connectivity. -- Scott