XSLT_SET_ENCODING(3) 1 XSLT_SET_ENCODING(3)
xslt_set_encoding - Set the encoding for the parsing ofXMLdocuments
SYNOPSIS
void xslt_set_encoding (resource $xh, string $encoding)
DESCRIPTION
Set the output encoding for the XSLT transformations. When using the Sablotron backend, this option is only available when you compile
Sablotron with encoding support.
PARAMETERS
o $
xh -The XSLT processor link identifier, created with xslt_create(3).
o $encoding
- An output encoding, e.g iso-8859-1.
RETURN VALUES
No value is returned.
PHP Documentation Group XSLT_SET_ENCODING(3)