Reputation: 1752
I am developing an application with php where I need to use XML files and transform them by using a XSL style sheet. I am using PHP5 and Linux and the problem is I dont know how to enable the xslt module.
Upvotes: 1
Views: 1281
Reputation: 24617
SOLUTION: I finally got it by running: sudo apt-get install php5-xsl and then restarting the server
Upvotes: 1