Does anyone know if XSLT is compiled into the ISPConfig3 version of PHP? If not, what is the best way to build this into PHP on an system which is already running ISPConfig3 without breaking everything? I am currently running dolphin community software and users have said that you have to have XSLT installed and running but when doing a google search, it seems like I have to reinstall php and build XSLT into php during compiling. Can someone help me with this? Thanks!
ISPConfig 3 does not come with a bundled php. So if xslt is compiled in or not depends on your linux distribution and if you installed the xslt package for php.
compiling xslt into apache/php Till How can this been done ? I need xslt... And have found this : For PHP5, make sure that PHP is compiled with the following extension: --with-xsl Link : http://www.boonex.com/unity/forums/?action=goto&search=1#topic/Can-t-install-Orca-XSLT-issue.htm What is the commands ?