- From: Greg Roberts <gregr@gamespot.com>
- Date: Sat, 19 Mar 2005 09:33:46 -0800
- To: <xmlschema-dev@w3.org>
- Message-ID: <008D620E4021EC4C9DC4383B5D8D492C07DCD9C1@CNET6.cnet.cnwk>
I've been messing around with this command line tool (and even wrote a wrapper in php to use it: http://xmlstar.sourceforge.net/ It does say that there are parts of the schema not yet implemented but in all my testing and real life use it's worked perfect for the validation and transformation of our data. Maybe it can help you with your needs. Thanks. Greg ++++++++++++++++++++++ Greg Roberts Software Engineer Gamespot.com e. gregr@gamespot.com p. 415.344.2314 c. 415-235-9623 aim. clintboucher ++++++++++++++++++++++ ________________________________ From: xmlschema-dev-request@w3.org [mailto:xmlschema-dev-request@w3.org] On Behalf Of Sharon Krisher Sent: Saturday, March 19, 2005 6:28 AM To: xmlschema-dev@w3.org Subject: Open-source Xml Validators Hello all I'm looking for an open-source xml validator that fully supports xml schemas (including key and keyref constraints) and is easy to extend. I'm especially interested in validators written in C#. So far the only open-source validator I've encountered is Xerces. I'm also interested in any resource that explains how validation is implemented in Xerces-J (the java version of Xerces) - not just javadoc style documentation, but explanations regarding which classes are involved and how it is done. Also - does Xerces support in-memory validation? That is, can I load a document from a file, change it using dom and validate the new document (without saving to a file)? Or can I only validate a document by parsing it? Sharon
Received on Saturday, 19 March 2005 18:31:03 UTC