James Reynolds <ptrace <at> shaw.ca> writes:
> I'm trying to run a fairly simple php xslt script. When i try to run from a 
> browser or the command line i get the following :
> 
> PHP Fatal error:  Call to undefined function:  xslt_set_encoding() 
> in /var/www/htdocs/recipes.php on line 5
> 
> running nm -g /var/www/lib/php/modules/xslt.so i don't find 
> xslt_set_encoding() ? Any directions on what to do what be fine and 
> appreciated.


http://us3.php.net/manual/en/function.xslt-set-encoding.php

When using the Sablotron backend, this option is only available when you compile
Sablotron with encoding support.

Reply via email to