exml:to_(pretty_)iolist/1
don't properly escape attribute values
#9
Labels
exml:to_(pretty_)iolist/1
don't properly escape attribute values
#9
Parsing is OK:
But printing the term and parsing it again fails:
What we get by printing is:
While what we should get is
<<"<el attr=''''''/>">>
. Just to make sure:The same error applies to
"
/"
.The text was updated successfully, but these errors were encountered: