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 :)


Manuel J.Recena Soto
20061210
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
winden^network^batman.group
20061210
hmm… functional programing eh? :)
sole
20061210
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 :)
igor
20070223
Thanx, man! I needed this :)