Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Structures | Macros | Variables
ngx_http_xslt_filter_module.c File Reference
#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>
Include dependency graph for ngx_http_xslt_filter_module.c:

Go to the source code of this file.

Data Structures

struct  ngx_http_xslt_file_t
struct  ngx_http_xslt_filter_main_conf_t
struct  ngx_http_xslt_param_t
struct  ngx_http_xslt_sheet_t
struct  ngx_http_xslt_filter_loc_conf_t
struct  ngx_http_xslt_filter_ctx_t

Macros

#define NGX_HTTP_XSLT_REUSE_DTD   1

Variables

ngx_str_t ngx_http_xslt_default_types []
ngx_module_t ngx_http_xslt_filter_module

Macro Definition Documentation

#define NGX_HTTP_XSLT_REUSE_DTD   1

Definition at line 26 of file ngx_http_xslt_filter_module.c.

Variable Documentation

ngx_str_t ngx_http_xslt_default_types[]
Initial value:
{
ngx_string("text/xml"),
}

Definition at line 110 of file ngx_http_xslt_filter_module.c.

ngx_module_t ngx_http_xslt_filter_module
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.