Home > PHP > Function > XSLT (PHP4) > xslt_error()

xslt_error()

xslt_error - Returns an error string

Syntax

string xslt_error (resource $xh)

Arguments

  • xh - The XSLT processor link identifier, created with xslt_create().

Description

Returns a string describing the last error that occurred on the passed XSLT processor.

Version

PHP 4.0.3

Return value

Returns the error message, as a string.