xslt_set_encoding Set the encoding for the parsing of XML documents &reftitle.description; voidxslt_set_encoding resourcexh stringencoding 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. &reftitle.parameters; xh The XSLT processor link identifier, created with xslt_create. encoding An output encoding, e.g iso-8859-1. &reftitle.returnvalues; &return.void;