   #PHP Manual XSLT functions xslt_set_encoding xslt_set_log

   PHP Manual
   Prev  Next
   ______________________________________________________________________

                            xslt_set_error_handler

   (PHP 4 >= 4.0.4)
   xslt_set_error_handler -- Set an error handler for a XSLT processor

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).
   ______________________________________________________________________

   Prev              Home         Next
   xslt_set_encoding  Up  xslt_set_log
