schema supporting java regex library needed

Hi all,

I am working on a schema validating xml parser that will soon be released as
open source. Does anyone know an open Java regex library that supports the
regular expression of XML schema?

Currently I am evaluating the regex package from IBM. It works nicely but it
is a commercial library. I also tried the jregex library but it seems that
it does not support the schema regular expressions (as opposed to what is said
in the documentation).

Thanks in advance,
--Stefan

Received on Tuesday, 13 August 2002 12:02:25 UTC