Bug 66485 - New XML parser: use XMLError error reporting block
Summary: New XML parser: use XMLError error reporting block
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: XML (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 64396
  Show dependency treegraph
 
Reported: 2011-08-18 11:09 PDT by Vicki Pfau
Modified: 2011-08-18 11:09 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vicki Pfau 2011-08-18 11:09:21 PDT
The current XML parsers use an XMLError object to report parsing errors to the client. The new XML parser should also support this.