You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Improvements
Improved parse performance.
Improved parse performance.
>
characters inside<?xml
#170>
characters inside comments #171>
characters insideCDATA [ PAYLOAD ]
#172>
characters after<!DOCTYPE name
#173>
characters inside<!DOCTYPE root [<!-- PAYLOAD -->]>
#174>
characters inside<!DOCTYPE name [<!ENTITY>]>
#175<!DOCTYPE name [<!ATTLIST>]>
#176>
characters inside<xml><!-- --></xml>
#177Added support for raising a parse exception when an XML has extra
content after the root element.
Added support for raising a parse exception when an XML
declaration exists in wrong position.
Removed needless a space after XML declaration in pretty print mode.
Stopped to emit
:text
event after the root element.Fixes
characters
callback.Thanks
NAITOH Jun
Watson
This discussion was created from the release REXML 3.3.2 - 2024-07-16.
Beta Was this translation helpful? Give feedback.
All reactions