Copyright © 2002 Thai Open Source Software Center Ltd
See the file copying.txt for copying permission.
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.
xsdregex.jar
contains the compiled codesrc
directory contains the source codeThere is also some supporting code:
java.util.regex
regular expressionscom.thaiopensource.datatype.xsd.regex.test
and in the
test
directory)To compile from source, you will need:
Compile by applying Ant to the included
build.xml
file.