| 
 | xslt_errorReturns an error string Description
   string xslt_error
    ( resource  $xh)Returns a string describing the last error that occurred on the passed XSLT processor. Parameters
 
 Return ValuesReturns the error message, as a string. Examples
 Example #1 Handling errors using the xslt_error and xslt_errno functions. 
<?phpSee Also
 
 |