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.
2
-
SOLUTION: I finally got it by running: sudo apt-get install php5-xsl and then restarting the serverHaritz– Haritz2012-03-16 18:20:30 +00:00Commented Mar 16, 2012 at 18:20
-
1Please add that as an answer below and accept it. This will then mark your question as solved. This is how the site works, so please do so and help us improving ;)hakre– hakre2012-07-01 14:34:15 +00:00Commented Jul 1, 2012 at 14:34
Add a comment
|