Bug 66484

Summary: New XML parser: tokenizer should report errors
Product: WebKit Reporter: Vicki Pfau <jeffrey+webkit>
Component: XMLAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 66487    

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.