At 19.39 24/06/2004 +0000, Boris Kolpackov wrote:
Good day,

I am trying to validating XML Schema instance against W3's XML Schema
schema. Here is what I have:

[..]
So it seems that according to xerces-c 2.5.0 W3's XMLSchema.xsd is not a
valid XML Schema instance. Any clues are appreciated.

Xerces doesn't encourage the use of the XMLSchema.xsd file to do the validation of an XMLSchema (btw, if a schema passes this validation, it could still be an invalid schema, as the specs have additional constraints on the schema language, that are not covered by the xsd file).
If you want to test if a schema is valid, use the loadGrammar() method on any parser class.


Alberto



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to