REXML 3.2.7 - 2024-05-16
Improvements
-
Improve parse performance by using
StringScanner
. -
Improved parse performance when an attribute has many
<
s.
Fixes
-
XPath: Fixed a bug of
normalize_space(array)
. -
XPath: Fixed a bug that wrong position is used with nested path.
-
Fixed a bug that an exception message can't be generated for
invalid encoding XML.