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-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