Summary

make SSAX raise a proper condition when encountering a parse error instead of calling error

Metadata

Attachments

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