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
I ported some code from Tango's SaxParser to dxml, and it choked on a file with illegal characters like ASCII character 1 (SOH) in it. XML 1.1 allows these, but only in the form of character references. Tango seems to just pass them through, even in plain form.
I also noticed that encodeAttr and encodeCharRef does not seem to care.
The text was updated successfully, but these errors were encountered:
torhus
added a commit
to torhus/monster-browser
that referenced
this issue
Sep 30, 2022
I ported some code from Tango's SaxParser to dxml, and it choked on a file with illegal characters like ASCII character 1 (SOH) in it. XML 1.1 allows these, but only in the form of character references. Tango seems to just pass them through, even in plain form.
I also noticed that encodeAttr and encodeCharRef does not seem to care.
The text was updated successfully, but these errors were encountered: