Re: trouble creating javax.xml.validation.Validator from locally cached version of XMLSchema.xsd
Andy Davidson <[email protected]>
| Newsgroups | gmane.text.xml.schema.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Michael Can you tell me more? What do you mean by a "schema processor"? thanks Andy On Jan 4, 2011, at 2:09 PM, Michael Kay wrote: > On 04/01/2011 21:09, Andy Davidson wrote: >> Hi >> >> I need to write a code generation tool that takes in XSD files as input. The first thing I want to do is make sure the XSD input file is valid. > > The best way of validating a schema is to check that it's acceptable to a schema processor. This is a much more rigorous check than testing for validity against the schema-for-schemas, and it may also be faster. > > Michael Kay > Saxonica >