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