pazpar2  1.14.1
Functions
service_xslt.h File Reference
#include <libxslt/xsltutils.h>
#include <libxslt/transform.h>

Go to the source code of this file.

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)
 

Function Documentation

◆ service_xslt_config()

int service_xslt_config ( struct conf_service service,
xmlNode *  n 
)

Definition at line 62 of file service_xslt.c.

Referenced by service_create_static().

◆ service_xslt_destroy()

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().

◆ service_xslt_get()

xsltStylesheetPtr service_xslt_get ( struct conf_service service,
const char *  id 
)