New XML parser: tokenizer should report errors
https://bugs.webkit.org/show_bug.cgi?id=66484
Summary New XML parser: tokenizer should report errors
Vicki Pfau
Reported 2011-08-18 11:00:35 PDT
Currently, the XML tokenizer emits an EOF token if there is a tokenizer error. This means that we lose information about what the tokenizer error, and we can't report the error to the client. It probably makes sense to have a special Error token which contains information about the error.
Attachments
Note You need to log in before you can comment on or make changes to this bug.