Re: Validate xml Document without parsing

> I just wan't
> to know if my Document is valid without parse it or at least,
> without transform the Document in InputSource before.

Sun's Multi Schema Validator (MSV) allows you to validate DOM trees
directly.


--
Eric Jain

Received on Tuesday, 10 September 2002 17:48:21 UTC