|
| I am looking for a solution to serving xml files through xslt and
deliver a resulting html output. I want Apache to do it instead of
relying on different degrees of browser implementation.
Basically, I just want to be able to ask for an xml file and have Apache
run it through xslt before delivering it as html.
I have tried to find out about Xalan, mod-xslt and Sablotron, but either
do not understand it or just can't get anything to work.
I have even tried running xml files through a PERL filter (which in turn
uses xmltproc) which nearly works, but gives me unwanted 200 and 500
responses after the result (see my next post).
What is the best solution? And how do I set up my httpd.conf?
I am running a newly compiled Apache 2.0.48 on Redhat 9.
Thanks,
Mark
|
|