8 messages in ru.sysoev.nginxRe: nginx-0.7.8
FromSent OnAttachments
Igor SysoevAug 4, 2008 8:49 am 
Phillip B OldhamAug 4, 2008 9:01 am 
Igor SysoevAug 4, 2008 9:16 am 
mikeAug 4, 2008 9:54 am 
Igor SysoevAug 4, 2008 1:28 pm 
Phillip B OldhamSep 17, 2008 6:14 am 
Igor SysoevSep 17, 2008 6:40 am 
Phillip B OldhamSep 17, 2008 7:02 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: nginx-0.7.8Actions...
From:Igor Sysoev (is@rambler-co.ru)
Date:Sep 17, 2008 6:40:54 am
List:ru.sysoev.nginx

On Wed, Sep 17, 2008 at 02:14:42PM +0100, Phillip B Oldham wrote:

Igor Sysoev wrote:

Changes with nginx 0.7.8 04 Aug 2008

*) Feature: the ngx_http_xslt_module.

Would it be possible to set a response header from some script (like PHP), to trigger an XSL translation on a response? For instance:

X-XSLTranslate: /path/to/file.xsl X-XSLParam: name1 value1 X-XSLParam: name2 value2 X-XSLParam: name3 value3

I feel this would be a useful extension to this module.

You may set parameters, but not XSL:

xslt_stylesheet /site/xslt/one.xslt $upstream_http_x_xslt_params;

X-XSLT-Params: name1=value1:name2=value2:name3=value3