Subject: Re: Server-Side XSLT on Apache
From: Guy McArthur <guym@xxxxxxxxxxxxxxx>
Date: Thu, 18 Jul 2002 10:17:35 -0700 (MST)
|
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
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|