xslt_set_encoding
(PHP 4 >= 4.0.5)
xslt_set_encoding — Set the encoding for the parsing of XML documents
Description
void xslt_set_encoding ( resource $xh , string $encoding )
Parameters
- xh
-
The XSLT processor link identifier, created with xslt_create().
- encoding
-
An output encoding, e.g iso-8859-1.
Return Values
No value is returned.