|
pazpar2
1.14.1
|
#include <string.h>#include <assert.h>#include <libxml/parser.h>#include <libxml/tree.h>#include <yaz/yaz-util.h>#include <yaz/nmem.h>#include <yaz/snprintf.h>#include <yaz/xml_include.h>#include "service_xslt.h"#include "pazpar2_config.h"Go to the source code of this file.
Data Structures | |
| struct | service_xslt |
Functions | |
| xsltStylesheetPtr | service_xslt_get (struct conf_service *service, const char *id) |
| void | service_xslt_destroy (struct conf_service *service) |
| int | service_xslt_config (struct conf_service *service, xmlNode *n) |
| int service_xslt_config | ( | struct conf_service * | service, |
| xmlNode * | n | ||
| ) |
Definition at line 62 of file service_xslt.c.
Referenced by service_create_static().
| void service_xslt_destroy | ( | struct conf_service * | service | ) |
Definition at line 55 of file service_xslt.c.
References service_xslt::next, conf_service::xslt_list, and service_xslt::xsp.
Referenced by service_destroy().
| xsltStylesheetPtr service_xslt_get | ( | struct conf_service * | service, |
| const char * | id | ||
| ) |
Definition at line 45 of file service_xslt.c.
References service_xslt::id, service_xslt::next, conf_service::xslt_list, and service_xslt::xsp.
Referenced by normalize_record_create().