XSL transforms in PHP for Linux
Posted: Tue Jun 24, 2003 11:00 pm
Slackware Linux 9.0 machine with Apache 1.3.27, MySQL 3.23.56
and PHP 4.3.1 constitutes the Web environment in which I would
like to add XSLT capabilities. I understand from various sources
that I will have to add to this setup, libiconv and sablotron.
The current setup (phpinfo) reveals the following XML capabilities:
XML Support active
XML Namespace Support active
EXPAT Version 1.95.2
I have attempted to run some of the XSLT examples described
in the PHP manual, but of course cannot get past the most
preliminary directive $xsltproc = xslt_create(); which produces
the Apache error_log message:
[Tue Jun 24 21:38:14 2003] [error] PHP Fatal error:
Call to undefined function: xslt_create() in ...
I don't want to recompile PHP from source to add XSLT capability
and was wondering if there is a binary add-on for Sablotron
or some other way to add transforms without disturbing my
current setup?
Any help or suggestions appreciated.
and PHP 4.3.1 constitutes the Web environment in which I would
like to add XSLT capabilities. I understand from various sources
that I will have to add to this setup, libiconv and sablotron.
The current setup (phpinfo) reveals the following XML capabilities:
XML Support active
XML Namespace Support active
EXPAT Version 1.95.2
I have attempted to run some of the XSLT examples described
in the PHP manual, but of course cannot get past the most
preliminary directive $xsltproc = xslt_create(); which produces
the Apache error_log message:
[Tue Jun 24 21:38:14 2003] [error] PHP Fatal error:
Call to undefined function: xslt_create() in ...
I don't want to recompile PHP from source to add XSLT capability
and was wondering if there is a binary add-on for Sablotron
or some other way to add transforms without disturbing my
current setup?
Any help or suggestions appreciated.