Ciao a tutti qualcuno sarebbe cosi cortese da dirmi come cavolo riesco a far
partire il parser xsl con apache2

Ho installato il modulo e ho linkato in mod-enable
modxslt.load

Poi sono andato in conf.d/modxslt e ho abilitato la righa AddOutputFilterByType che non so bene a che serva
[CODE]
<IfModule modxslt.c>
# Decomment this line to make modxslt parse
# all .xml files -- install modxslt-doc for
# more info (and read the manual
AddOutputFilterByType mod-xslt text/xml
</IfModule>
[/CODE>

Poi ho aggiunto in apache2.conf la riga
codice:
AddHandler mod-xslt .xml

Non sono sicuro di nessuna di queste operazioni e non mi va :/
Mi fa la conversione lato client ma non lato server

Help plz


Andrea