xslt_param

Syntax: xslt_param parameter value;
Default:
Context: http, server, location

This directive appeared in version 1.1.18.

Defines the parameters for XSLT stylesheets. The value is treated as an XPath expression. The value can contain variables. To pass a string value to a stylesheet, the xslt_string_param directive can be used.

There could be several xslt_param directives. These directives are inherited from the previous level if and only if there are no xslt_param and xslt_string_param directives defined on the current level.

doc_nginx
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.