I have a similar problem. Any pointers on where SQC can be obtained?
D ^ D Andrew E Wilson < A > AV technology consultant (UK) D v D Tel +44 7710 727636, or +44 1753 885549
Hi,
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.
It is not a valid schema in the general sense. There are explicit allowances the the specs make for the schema for schema . As Alby says, there are also many many more constraints. The load grammar call will go some way to saying if a schema is valid, although xerces makes no commitment to guaranteeing that a schema is valid. If you want to know that then you need to use a tool such as SQC. You will see that it is very slow as there is a vast amount to check. In fact, for some schemas that I have worked on for a client, it took several days to run!!!
Gareth
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
