[thelist] Re: [xsl] Server-Side XSLT on Apache

Guy McArthur guym at guymcarthur.com
Thu Jul 18 12:37:01 CDT 2002


On Wed, 17 Jul 2002, Joel Konkle-Parker wrote:

> Say I want server-side XSLT transformations so my users can get
> old-school XHTML. My hosting company only runs a UNIX Apache server with
> CGI support. No java, no PHP, nothing like that. Is there something out
> there that can do that for me that I can set up myself?
>
You'd probably want at least mod_xslt. Because the high overhead of CGI
itself, adding per-request transformations could add quite a load to the
server. But here is one article with examples of doing xslt within a cgi:
http://www.xml.com/pub/a/2001/12/12/cgi-xml.html




More information about the thelist mailing list