You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by ma...@rzb.at on 2003/04/02 13:17:15 UTC

SAX Validation


Hello all,

Does anybody know if its possible in Java to validate SAX Events against a
schema (or at least against a subset of w3c schema)?
Are there any implementations available? If not, then it should be at least
possible - shouldn´t it?

Thanks in advance for helping!

Regards
Manfred





---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-users-help@xml.apache.org


Re: SAX Validation

Posted by Bruno Dumon <br...@outerthought.org>.
On Wed, 2003-04-02 at 13:17, manfred.weigel@rzb.at wrote:
> Hello all,
> 
> Does anybody know if its possible in Java to validate SAX Events against a
> schema (or at least against a subset of w3c schema)?
> Are there any implementations available? If not, then it should be at least
> possible - shouldn´t it?
> 

Sun's MSV (Multi Schema Validator) can do that. It supports most of the
W3C schema spec. You can find it here:

http://wwws.sun.com/software/xml/developers/multischema/

-- 
Bruno Dumon                             http://outerthought.org/
Outerthought - Open Source, Java & XML Competence Support Center
bruno@outerthought.org                          bruno@apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-users-help@xml.apache.org