1

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 server Commented Mar 16, 2012 at 18:20
  • 1
    Please 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 ;) Commented Jul 1, 2012 at 14:34

1 Answer 1

1

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

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.