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
Some invalid (and unescaped) characters in the XMLText element are causing a crash when invoking GetText().
Here is a sample xml: <root><Child Level=\"50\" Time=\"1518637009\">Valid characters, Not valid characters - €SÞ-ung done</Child></root>
This potentially could be resolved with #255 (optional entity parsing). I know the characters are not valid and CData should be used, but it should probably not crash.
The text was updated successfully, but these errors were encountered:
Some invalid (and unescaped) characters in the XMLText element are causing a crash when invoking GetText().
Here is a sample xml:
<root><Child Level=\"50\" Time=\"1518637009\">Valid characters, Not valid characters - €SÞ-ung done</Child></root>
And some basic code parsing it:
This potentially could be resolved with #255 (optional entity parsing). I know the characters are not valid and CData should be used, but it should probably not crash.
The text was updated successfully, but these errors were encountered: