Opened 9 years ago
Closed 14 months ago
#977 closed enhancement (fixed)
make SSAX raise a proper condition when encountering a parse error instead of calling error
Reported by: | Christian Kellermann | Owned by: | felix winkelmann |
---|---|---|---|
Priority: | not urgent at all | Milestone: | someday |
Component: | extensions | Version: | 4.8.x |
Keywords: | Cc: | ||
Estimated difficulty: | easy |
Description
Attached is a patch that implements this and signals a condition of type '(ssax parse-error) which should make it easier to catch these.
Attachments (2)
Change History (6)
Changed 9 years ago by
Attachment: | parse-error.diff added |
---|
comment:1 Changed 9 years ago by
I have attached a better version of the parser-error condition. see ssax-parser-error.diff.
comment:2 Changed 6 years ago by
Estimated difficulty: | → easy |
---|
comment:3 Changed 14 months ago by
Status: | new → accepted |
---|
comment:4 Changed 14 months ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
already fixed for C5
Note: See
TracTickets for help on using
tickets.
raise a condition instead of calling error directly