XML Document Validator - XDV

XDV

XDV is open source, Java implementation of CLiXML language - a XML validation schema based on first order logic and XPath

Tomasz Kokoszka

Author personal site:
sites.google.com/site/tkokoszka

Recent site activity

Future plans

  • Review existing old code and migrate to Java 1.5 (expected: June 2009)
    Currently I have an old implementation compatible with Java 1.4. As a first step I would like to review old code and move it to Java 1.5 to clean it out (use generics).
  • Command line runtime for DOS ans Linux (expected: August 2009)
    One can run validation from a command line specifying XML document and rules definitions.
  • Provide Schematron implementation (expected: October 2009)
    It the same manner as I provide CLiXML I would like to make a Schematron implementation. Considering that I already have well defined XPath module it should be relatively simple (Schematron definition is much simpler than CLiXML).