xslt_error(3) php man page | unix.com

Man Page: xslt_error

Operating Environment: php

Section: 3

XSLT_ERROR(3)								 1							     XSLT_ERROR(3)

xslt_error - Returns an error string

SYNOPSIS
string xslt_error (resource $xh)
DESCRIPTION
Returns a string describing the last error that occurred on the passed XSLT processor.
PARAMETERS
o $ xh -The XSLT processor link identifier, created with xslt_create(3).
RETURN VALUES
Returns the error message, as a string.
EXAMPLES
Example #1 Handling errors using the xslt_error(3) and xslt_errno(3) functions. <?php $xh = xslt_create(); $result = xslt_process($xh, 'dog.xml', 'pets.xsl'); if (!$result) { die(sprintf("Cannot process XSLT document [%d]: %s", xslt_errno($xh), xslt_error($xh))); } echo $result; xslt_free($xh); ?>
SEE ALSO
xslt_errno(3). PHP Documentation Group XSLT_ERROR(3)
Related Man Pages
xmerl_xs(3erl) - linux
xslt-parser(1) - suse
xslt_process(3) - php
xslt_set_object(3) - php
xslt_set_sax_handlers(3) - php
Similar Topics in the Unix Linux Community
UNIX.COM 2017 Year End Summary
New Code Tags (Syntax Highlighting)
Please Welcome Ravinder Singh to the Moderation Team
Denial Of Service Attack Update