pazpar2  1.14.1
Functions
marcmap.c File Reference

MARC map implementation. More...

#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <libxml/parser.h>
#include <libxml/tree.h>
#include <yaz/nmem.h>
#include "marcmap.h"
#include "marchash.h"

Go to the source code of this file.

Functions

struct marcmapmarcmap_load (const char *filename, NMEM nmem)
 
xmlDoc * marcmap_apply (struct marcmap *marcmap, xmlDoc *xml_in)
 

Detailed Description

MARC map implementation.

Definition in file marcmap.c.

Function Documentation

◆ marcmap_apply()

xmlDoc* marcmap_apply ( struct marcmap marcmap,
xmlDoc *  xml_in 
)

◆ marcmap_load()

struct marcmap* marcmap_load ( const char *  filename,
NMEM  nmem 
)

Definition at line 40 of file marcmap.c.

References marcmap::field, marcmap::next, marcmap::pz, and marcmap::subfield.

Referenced by normalize_record_create().