#include <ngx_config.h>
#include <ngx_core.h>
#include <ngx_http.h>
#include <libxml/parser.h>
#include <libxml/tree.h>
#include <libxslt/xslt.h>
#include <libxslt/xsltInternals.h>
#include <libxslt/transform.h>
#include <libxslt/variables.h>
#include <libxslt/xsltutils.h>
Go to the source code of this file.
Macro Definition Documentation
#define NGX_HTTP_XSLT_REUSE_DTD 1 |
Variable Documentation
Initial value: {
&ngx_http_xslt_filter_module_ctx,
ngx_http_xslt_filter_commands,
NULL,
NULL,
NULL,
NULL,
NULL,
ngx_http_xslt_filter_exit,
ngx_http_xslt_filter_exit,
}
Definition at line 172 of file ngx_http_xslt_filter_module.c.