Module ngx_http_xslt_module
- Example Configuration
- Directives
- xml_entities
- xslt_last_modified
- xslt_param
- xslt_string_param
- xslt_stylesheet
- xslt_types
The ngx_http_xslt_module
(0.7.8+) is a filter that transforms XML responses using one or more XSLT stylesheets.
This module is not built by default, it should be enabled with the --with-http_xslt_module
configuration parameter.
This module requires the libxml2 and libxslt libraries.