Package org.apache.commons.jelly.tags.validate

A tag library for validating XML using various schema languages like DTD, XML Schema, Relax NG as well as Relax and TREX.

See:
          Description

Class Summary
AssertValidTag This tag performs an assertion that the tags body contains XML which matches a givem schema validation.
ValidateTag This tag validates its body using a schema Verifier which can validate against DTDs, XML Schema, RelaxNG, Relax or TREX.
ValidateTagLibrary Describes the Taglib.
VerifierTag This tag creates a new Verifier of a schema as a variable so that it can be used by a <validate> tag.
 

Package org.apache.commons.jelly.tags.validate Description

A tag library for validating XML using various schema languages like DTD, XML Schema, Relax NG as well as Relax and TREX. This tag library uses the JARV API to perform the validation. By default we use the MSV library by Kohsuke Kawaguchi as the implementation of JARV.



Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.