> Many projects are switching from Jakarta Regexp to Jakarta ORO,
We made that switch for internal purposes a long time ago -- the Regexp
package uses recursion instead of iteration in some of its internals, and
the result is Java callstack overflow exceptions with a combination of large
data sets and complex expressions.
I can't speak to the gnu regex package or the JDK1.4 implementation. (There
is also the implementation in Xerces to consider.)
-- Paul
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]