XML.com: XML From the Inside Out
oreilly.comSafari Bookshelf.Conferences.

advertisement
 Resource Guide -> Schema Software, RELAX NG, Open Source, Java -> JARV driver for Xerces-2

JARV driver for Xerces-2

Date: Apr. 29, 2002
Link: http://www.kohsuke.org/jarv/xerces/
Source Author or Organization: Kohsuke Kawaguchi

JARV driver for Xerces-2 enables validation of documents against W3C XML Schemas in Apache Xerces-2 through Java Application Programming Interface (API) for RELAX Verifiers (JARV).

JARV is a vendor, implementation and schema language independent interface for validation engines that was originally developed for Regular Language Description for XML (RELAX), but can be used with other schema languages. JARV driver lets the user control Xerces-2's XML Schema validation engine independently, making it possible to use an XML Schema validator separate from parsing.

This page provides links to the binaries (XercesJARV.zip, 704k) and source code (XercesJARV.src.zip, 706k). JARV driver for Xerces-2 requires the International Organization for Standardization (ISO) RELAX package and Xerces-2, and is released under an MIT license.