Summary
make SSAX raise a proper condition when encountering a parse error instead of calling error
Metadata
- Id: 630eb47e648dcaa4e56d2c43322059939fb7a3ed
- Trac id: 977
- Type: enhancement
- Reporter: ckeen
- Owner: felix
- Cc:
- Status: closed
- Component: extensions
- Estimated difficulty: easy
- Resolution: fixed
- Priority: not urgent at all
- Milestone: someday
- Version: 4.8.x
- Changetime: 2021-04-11 21:32:09 UTC
- Created: 2013-02-06 16:44:32 UTC
- Keywords:
Attachments
- 630eb47e648dcaa4e56d2c43322059939fb7a3ed/attachments/ssax-parser-error.diff
- 630eb47e648dcaa4e56d2c43322059939fb7a3ed/attachments/parse-error.diff
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.
Changes and comments
[2013-02-06 16:45:19 UTC] ckeen attached parse-error.diff (description=raise a condition instead of calling error directly )
[2013-02-08 13:35:49 UTC] ckeen attached ssax-parser-error.diff (description=better conditions for parser-error)
[2013-02-08 13:36:25 UTC] ckeen wrote:
I have attached a better version of the parser-error condition. see ssax-parser-error.diff.
[2016-08-25 21:30:24 UTC] sjamaan set difficulty to easy
[2021-04-11 17:16:31 UTC] felix changed status from new to accepted
[2021-04-11 21:32:09 UTC] felix changed status from accepted to closed
[2021-04-11 21:32:09 UTC] felix set resolution to fixed
[2021-04-11 21:32:09 UTC] felix wrote:
already fixed for C5