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
The XML parser doesn't handle DOCTYPE declarations at all. It branches into ParseComment when it encounters a '<!' sequence, which is obviously bound to fail.
The XML parser doesn't handle DOCTYPE declarations at all. It branches into ParseComment when it encounters a
'<!'sequence, which is obviously bound to fail.A PR with a bug fix is under way.