XSL with PHP in Ubuntu

XSL support in php5 is deactivated by default. Go to Synaptic Package Manager and search for php5-xsl. Mark the package for installation, apply the changes and once it's finished, don't forget to restart the server!

sudo /usr/sbin/apache2 -k restart
More XSL stories later on… time to experiment :)

4 Responses to “XSL with PHP in Ubuntu”

  1. Hola Sole:

    En su día usé XSLT desde PHP4 para hacer algunas pruebas. Si quieres echarles un vistazo: http://www.manuelrecena.com/cursos/curso_0504/material.html

    Un saludo

  2. winden^network^batman.group says:

    hmm… functional programing eh? :)

  3. sole says:

    Not functional programming… just trying to expose some xml content in a nice way
    I'm using php5 which looks way simpler than php4 for dealing with xml, but I'm having a look at the example, thanks Manuel :)

  4. igor says:

    Thanx, man! I needed this :)