On 8/8/07,
Charles Oliver Nutter <
charles.nutter@...> wrote:
Nick Sieger wrote:
> JREXML is a library that speeds up REXML performance by almost 10x under
> JRuby.
Wow cool...and it just sits quietly under REXML making things go fast?
Any other benefits like more-correct validation during parse?
Actually, yes. Some malformed XML previously got by REXML, but apparently REXML has gotten better recently. Still, it'll raise a ParseException on any underlying exception from the Java XPP3 parser.
/Nick