pazpar2  1.14.1
Data Structures | Functions
normalize_record.c File Reference
#include <string.h>
#include <yaz/yaz-util.h>
#include <yaz/nmem.h>
#include "normalize_record.h"
#include "pazpar2_config.h"
#include "service_xslt.h"
#include "marcmap.h"
#include <libxslt/xslt.h>
#include <libxslt/transform.h>

Go to the source code of this file.

Data Structures

struct  normalize_step
 
struct  normalize_record_s
 

Functions

normalize_record_t normalize_record_create (struct conf_service *service, const char *spec)
 
void normalize_record_destroy (normalize_record_t nt)
 
int normalize_record_transform (normalize_record_t nt, xmlDoc **doc, const char **parms)
 

Function Documentation

◆ normalize_record_create()

normalize_record_t normalize_record_create ( struct conf_service service,
const char *  spec 
)

◆ normalize_record_destroy()

void normalize_record_destroy ( normalize_record_t  nt)

◆ normalize_record_transform()

int normalize_record_transform ( normalize_record_t  nt,
xmlDoc **  doc,
const char **  parms 
)