Hi there:
There doesn't seem to be too much on PHP/XSL issues here on phpbuilder, but I'm hoping someone can help me out here:
I'm want to get PHP's Sablotron XSLT parser functions to work on a simple XSL stylesheet I have, but I get the error:
Fatal error: Call to undefined function: xslt_create() in /path/to/public_html/dev/catalogue.php on line 3
I'm using PHP Version 4.2.2 on a Linux box with the following config options:
'./configure'
'--with-apxs=/usr/local/apache/bin/apxs'
'--with-xml'
'--enable-bcmath'
'--enable-calendar'
'--enable-ftp'
'--with-gd=../gd-1.8.4'
'--with-jpeg-dir=/usr/local'
'--with-png-dir=/usr'
'--with-imap=../imap-2001.BETA.SNAP-0105220031'
'--with-mcrypt'
'--with-ming=../ming-0.1.1'
'--enable-magic-quotes'
'--with-mysql'
'--with-pear'
'--with-xslt-sablot=/usr'
'--enable-safe-mode'
'--enable-track-vars'
'--with-ttf'
'--enable-versioning'
'--with-zlib'
Are there some further config options that need to be recompiled into PHP for it to recognise xslt_x() functions?
Thanks all.
Russ