XSD to Java Regular Expression Translator

Copyright © 2002 Thai Open Source Software Center Ltd

See the file copying.txt for copying permission.

Version @VERSION@

The main component of this distribution is code for translating from the regular expression syntax of XML Schema Part 2 into the syntax of regular expressions used by the JDK 1.4 java.util.regex package. Although these two syntaxes are superficially similar, there are numerous differences, many of them rather subtle.

There is also some supporting code:

To compile from source, you will need:

Compile by applying Ant to the included build.xml file.

James Clark