This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Server-Side XSLT on Apache


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]