xslt_set_error_handler
Set an error handler for a XSLT processor
Description
voidxslt_set_error_handler
resourcexh
mixedhandler
Set an error handler function for the XSLT processor given by xh,
this function will be called whenever an error occurs in the XSLT transformation
(this function is also called for notices).