comparison xml/en/docs/http/ngx_http_xslt_module.xml @ 918:ae785c6aaa91

Documented ssi/sub_filter/xslt_last_modified.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 30 May 2013 12:29:56 +0400
parents 764fbac1b8b4
children 95c3c3bbf1ce
comparison
equal deleted inserted replaced
917:e26a18eb5ccd 918:ae785c6aaa91
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_xslt_module" 10 <module name="Module ngx_http_xslt_module"
11 link="/en/docs/http/ngx_http_xslt_module.html" 11 link="/en/docs/http/ngx_http_xslt_module.html"
12 lang="en" 12 lang="en"
13 rev="1"> 13 rev="2">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_xslt_module</literal> (0.7.8+) is a filter 18 The <literal>ngx_http_xslt_module</literal> (0.7.8+) is a filter
71 </para> 71 </para>
72 72
73 </directive> 73 </directive>
74 74
75 75
76 <directive name="xslt_last_modified">
77 <syntax><literal>on</literal> | <literal>off</literal></syntax>
78 <default>off</default>
79 <context>http</context>
80 <context>server</context>
81 <context>location</context>
82 <appeared-in>1.5.1</appeared-in>
83
84 <para>
85 Allows to preserve the <header>Last-Modified</header> header field
86 from the original response during XSLT transformations
87 to facilitate response caching.
88 </para>
89
90 <para>
91 By default, the header field is removed as contents of the response
92 are modified during transformations and may contain dynamically generated
93 elements or parts that are changed independently of the original response.
94 </para>
95
96 </directive>
97
98
76 <directive name="xslt_param"> 99 <directive name="xslt_param">
77 <syntax><value>parameter</value> <value>value</value></syntax> 100 <syntax><value>parameter</value> <value>value</value></syntax>
78 <default/> 101 <default/>
79 <context>http</context> 102 <context>http</context>
80 <context>server</context> 103 <context>server</context>