Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cocoon Wiki" for change notification.
The following page has been changed by NicoVerwer: http://wiki.apache.org/cocoon/ValidationTransformer ------------------------------------------------------------------------------ === Pre-requisites === Both transformers use a product called [http://wwws.sun.com/software/xml/developers/multischema/ Sun Multi-Schema XML Validator]. It has been tested with version {{{20030225}}}. You need to place the file {{{msv.jar}}} and other ones this product needs like {{{xsdlib.jar}}}, {{{relaxngDatatype.jar}}} and {{{isorelax.jar}}} in {{{WEB-INF/lib}}} of your {{{Cocoon}}} installation. All these JARs are included in {{{msv.zip}}}. + The Multi-Schema XML Validator page appears to have moved to [https://msv.dev.java.net/ here]. An alternative to {{{MSV}}} is [http://www.thaiopensource.com/relaxng/jing.html Jing] and [http://iso-relax.sourceforge.net/ isorelax]. I have tested both and personally prefer {{{MSV}}} because it gives clearer validation messages.