blob: c0bb6f01401b543211e579fab084f57086c8f4d7 [file] [log] [blame]
<?xml version="1.0"?>
<!--
Copyright 2002-2004 The Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<document>
<properties>
<title>XML Validation Tag Library</title>
<author email="dion@apache.org">dIon Gillard</author>
</properties>
<body>
<section name="Overview">
<p>
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
<a href="http://iso-relax.sourceforge.net/JARV/">JARV</a> API to perform the validation.
By default we use the
<a href="http://wwws.sun.com/software/xml/developers/multischema/">MSV</a>
library by Kohsuke Kawaguchi as the implementation of JARV.
</p>
<p>
See the <a href="tags.html">tags</a> for more information.
</p>
</section>
</body>
</document>