PHP. Руководство по PHP. 2005
xslt_set_error_handler
xslt_set_error_handler
Description
void xslt_set_error_handler (resource xh, mixed handler)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).
The user function needs to accept four parameters: the XSLT processor,
the error level, the error code and an array of messages. The function
can be shown as:
error_handler (resource xh, int error_level, int error_code, array messages)
Примеры
Смотрите также
xslt_set_object() if you want to use an
object method as handler.
xslt_set_encoding
xslt_set_log
Отвечу на любые вопросы. С уважением, Дмитрий Владимирович.