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

Re: [xml-dev] XML DSIG schema validation performance

2005-07-06 Thread Jorge Ortiz Claver
Problem is I can´t use anyother thing but Java. Is there anyway with Xerces of doing something similiar to that schema cache stuff Henry talked about in his mail? Thanks again Jorge Henry S. Thompson wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jorge Ortiz Claver writes:

XML DSIG schema validation performance

2005-07-06 Thread Jorge Ortiz Claver
Hi, I have a XML DSIG enveloping document I need to validate against its schema. I´m using Apache Xerces 2.6.2 for schema validation (full schema validation). Everything works fine but process takes about 10 seconds. Using the same class with other XML documents (even using very complex schem