soledad penadés
repeat 4[fd 100 rt 90]

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

Manuel J.Recena Soto
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
winden^network^batman.group
20061210

hmm… functional programing eh? :)

sole
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
igor
20070223

Thanx, man! I needed this :)

You came late to the party

Comments are closed, but if you want to comment anything about this entry please let me know using the info in this page.