Open llafuente opened 7 years ago
Ouch! That‘s bad, not to say evil. Is this with attributes or in general? <x>"evil is \"inside"</x>
.
I'm running into this issue trying to parse a JSON string value:
...<data>{"USER":[{"NAME":"Bar, Foo<span class=\"icon\">User</span>"}]}</data>...
I get the error pointing to the \"
.
Hi,
<x value="evil is \"inside"></x>
is not parsed properly (to my HTML eyes at least ^^)I expect to have an attribute with
value
with valueevil is "inside
Instead sax found two attributes, also report some erorrs, due not handling\"
TEST