Re: How can a schema be validated against specification

If you want to see if the schema conforms to the specification
on a one time basis (just checking your work), I recommend
using XSV (http://www.w3.org/2001/03/webdata/xsv)
and/or IBM's XML Schema Quality Checker
(http://www.alphaworks.ibm.com/tech/xmlsqc).

If you are developing a schema handling system where you
want the schema checked against the Schema for Schemas,
I recommend that you use Xerces-J 2 in its latest beta.
See http://xml.apache.org .

Because not every constraint on schema can be checked
using the syntactic checking features of the schema language,
XSV and SQC will detect certain errors that using a standard
validating parser with the schemas for schemas will not detect.

Bob Schloss

(one of the author's of IBM XML Schema Quality Checker)
IBM T. J. Watson Research Center
Yorktown Heights, New York, USA



"임지훈\(netsgo.com\)" <maxim98@netsgo.com>@w3.org on 01/02/2002 09:57:39
PM

Sent by:    xmlschema-dev-request@w3.org


To:    <xmlschema-dev@w3.org>
cc:
Subject:    How can a schema be validated against specification




i make xml schema file

i want to do validate this schema file against specification  w3c use
xerces 1.4.4

please show me to example

Received on Thursday, 3 January 2002 17:50:49 UTC