YAZ  5.34.0
Functions
xml_get.h File Reference

XML node getter/creation utilities. More...

#include <yaz/yconfig.h>
#include <yaz/xmltypes.h>

Go to the source code of this file.

Functions

const char * yaz_xml_get_prop (const xmlNode *n, const char *fmt,...)
 

Detailed Description

XML node getter/creation utilities.

Definition in file xml_get.h.

Function Documentation

◆ yaz_xml_get_prop()

const char* yaz_xml_get_prop ( const xmlNode *  n,
const char *  fmt,
  ... 
)

Definition at line 19 of file xml_get.c.

References xfree, and xmalloc.

Referenced by construct_select(), yaz_xml2query_operator(), and yaz_xml2query_rpn().