comparison xml/en/docs/http/ngx_http_xslt_module.xml @ 2593:eeed494bba51

Unified phrases about configuration levels and inheritance.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 21 Sep 2020 15:45:07 +0300
parents 95c3c3bbf1ce
children
comparison
equal deleted inserted replaced
2592:fca42223b9fc 2593:eeed494bba51
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="2"> 13 rev="3">
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
112 the <link id="xslt_string_param"/> directive can be used. 112 the <link id="xslt_string_param"/> directive can be used.
113 </para> 113 </para>
114 114
115 <para> 115 <para>
116 There could be several <literal>xslt_param</literal> directives. 116 There could be several <literal>xslt_param</literal> directives.
117 These directives are inherited from the previous level if and 117 These directives are inherited from the previous configuration level
118 only if there are no 118 if and only if there are no <literal>xslt_param</literal> and
119 <literal>xslt_param</literal> and <link id="xslt_string_param"/> 119 <link id="xslt_string_param"/> directives
120 directives defined on the current level. 120 defined on the current level.
121 </para> 121 </para>
122 122
123 </directive> 123 </directive>
124 124
125 125
137 The <value>value</value> can contain variables. 137 The <value>value</value> can contain variables.
138 </para> 138 </para>
139 139
140 <para> 140 <para>
141 There could be several <literal>xslt_string_param</literal> directives. 141 There could be several <literal>xslt_string_param</literal> directives.
142 These directives are inherited from the previous level if and 142 These directives are inherited from the previous configuration level
143 only if there are no 143 if and only if there are no <link id="xslt_param"/> and
144 <link id="xslt_param"/> and <literal>xslt_string_param</literal> 144 <literal>xslt_string_param</literal> directives
145 directives defined on the current level. 145 defined on the current level.
146 </para> 146 </para>
147 147
148 </directive> 148 </directive>
149 149
150 150