Xerces Version: 1.3.1

I downloaded the 'schema.xsd','datatypes.xsd', 'XMLSchema.dtd'
and 'datatypes.dtd' from www.w3.org.

I instantiated a DocumentBuilder in the manner described by the
DOM Plugability Section in JAXP 1.1.  This DocumentBuilder was
a validating parser.

I then called parse passing a File that contained a simple
Schema.

I wanted to check if the schema is a valid one and thus I needed
to validate it against the schema files described above.  This parse
resulted in around 200 error messages.  I could include these
error messages but there are so many I'm not sure it would be
valuable.

I was wondering if anyone has managed to validate an XML Schema ?

Thanks,
-John K


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



Reply via email to