Haritz
Haritz

Reputation: 1752

Enable XSLT in PHP5

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

Answers (1)

Paul Sweatte
Paul Sweatte

Reputation: 24617

SOLUTION: I finally got it by running: sudo apt-get install php5-xsl and then restarting the server

Upvotes: 1

Related Questions