bitpiston / oyster

A Perl web application framework.
Other
3 stars 1 forks source link

Proper error handling in SSXSLT #70

Open einkoro opened 11 years ago

einkoro commented 11 years ago

Parse errors should be logged and display a error for that request rather than dying.

This should also resolve #67 (?ssxslt=1 and JSON or plain text output for AJAX crash)

einkoro commented 11 years ago

Not required to fix Issue #67

Catching errors upstream in LibXML and LibXSLT doesn't play very nice with lib/exceptions at the moment. See Issue #71