Re: is it possible to validate schema's locally without accessing the internet?

                                                                                                               
                                                                                                               
                                                                                                               


You have at least 3 choices to check schemas you are writing:

a) if you have a validating XML parser, you can read
     your schema as an instance document and validate it against
     the DTD or Schema for W3C XML Schema language.
     Warning: This does not catch a bunch of subtleties.

b) There is a way to download XSV -- check http://www.w3.org/XML/Schema
     for a pointer.

c) You can download and use the IBM XML Schema Quality Checker
     (http://www.alphaworks.ibm.com/tech/xmlsqc) (I'm one of the authors
     of this tool -- first 90 days of use are free, licenses beyond that
are
     available)

Bob

XML/XSL Transformational Systems
IBM T. J. Watson Research Center
Yorktown Heights, New York, USA



"Mukteshwar" <mukesh@sentientinfotech.com>@w3.org on 05/30/2002 08:03:35 AM

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


To:    <xmlschema-dev@w3.org>
cc:
Subject:    is it possible to validate schema's locally without accessing
       the internet?







is it possible to validate schema's locally without accessing the internet?
If yes, how? If no, how can validate without accessing the internet?
Any one have idea please help me.
Best Regards
Mukesh

Received on Thursday, 30 May 2002 10:05:28 UTC