J2SE 1.5 comes with a new javax.xml.validation API, which provides all the funtionalities that JARV has been provided and some more.
This adaptor jar file allows you to use any of the conforming JARV implementations (see the list) as implementations of the new javax.xml.validation API. Most notably, this will let you use RELAX NG in Tiger quite easily.
To use this library, put isorelax.jar, iso-relax-tiger.jar, and the validator implementation jar file (such as msv.jar or jing.jar) in your classpath.
Be warned that:
Send feedbacks to kk at kohsuke dot org