sablotron and php have to be correctly linked with iconv library to get this function working
IE on sabotron ./configure :
--with-iconv-prefix=/your/path
xslt_set_encodingDescriptionvoid xslt_set_encoding ( resource xh, string encoding )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.
francois at flash-france dot com
26-Jan-2005 11:05
sablotron and php have to be correctly linked with iconv library to get this function working
Hudson Silva
13-Mar-2004 01:31
I'm running Mandrake Linux v9.1, with Apache 2.0.48 and PHP 4.3.4...I'm have make PHP with XSLT support, and this work fine, expect because a problem...the function xslt_set_encoding don't work, and i have found a solution...simply, type export LDFLAGS=-lstdc++ before start the configure program of PHP. And this will work!
zibi at sails pl
12-Jun-2003 11:33
i'm usig it that way: | ||