- From: Bob Schloss <rschloss@us.ibm.com>
- Date: Thu, 20 Feb 2003 12:14:06 -0500
- To: xmlschema-dev@w3.org
Manisha, An open source Java library for processing XML Schema documents and the XML schema components that they define is under development, and it already has some checks in it so that if the schema is not valid, you find out about it. The checks are not totally comprehensive -- hopefully, over the next period people will contribute and make the checks much more complete. You can find this library at http://www.eclipse.org/xsd . There is also a tool written in Java, the IBM XML Schema Quality Checker, that provides an API which allows for extremely thorough checking of XML Schemas. You can find that tool at http://www.alphaworks.ibm.com/tech/xmlsqc . This package has not been developed with any thought towards speedy execution -- the bias has been on thorough checking. Thanks, Bob Bob Schloss XML/XSL Transformational Systems IBM Thomas J. Watson Research Center Yorktown Heights, New York, USA "Mauni, Manisha" <Manisha.Mauni@ind To: xmlschema-dev@w3.org .xerox.com> cc: Sent by: Subject: F1 for schema validation! xmlschema-dev-requ est@w3.org 02/20/2003 01:40 AM Hi All, In our project we have requirement to generate .xsd (XML Schema)and .xml (XML Instance) file on the basis of some inputs. After Generation we also need to validate the generated files (.xml & .xsd). We are using Xerces API for validation. For validating .xml it is working fine but for validating .xsd (Schema) same code is not working. Pls let me know if any API is availble for the Schema Validation. Urgent Help is required. Thanks in advance. Rgds Manisha/- Have a nice day
Received on Thursday, 20 February 2003 12:14:38 UTC