REXML 3.3.2 - 2024-07-16
Improvements
-
Improved parse performance.
- GH-160
- Patch by NAITOH Jun.
-
Improved parse performance.
-
Added support for raising a parse exception when an XML has extra
content after the root element.- GH-161
- Patch by NAITOH Jun.
-
Added support for raising a parse exception when an XML
declaration exists in wrong position.- GH-162
- Patch by NAITOH Jun.
-
Removed needless a space after XML declaration in pretty print mode.
- GH-164
- Patch by NAITOH Jun.
-
Stopped to emit
:text
event after the root element.- GH-167
- Patch by NAITOH Jun.
Fixes
- Fixed a bug that SAX2 parser doesn't expand predefined entities for
characters
callback.- GH-168
- Patch by NAITOH Jun.
Thanks
-
NAITOH Jun
-
Watson