Re: Open-source Xml Validators

Hi,

On Sat, 2005-03-19 at 16:27 +0200, Sharon Krisher wrote:
> 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?

If C#, then have a look at the mono validator as well; although it
should work knowingly as sane as its MS original - for the sake
of compatibility.

http://www.mono-project.com

Regards,

Kasimier

Received on Monday, 21 March 2005 18:23:50 UTC