X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fxml_to_opac.c;fp=src%2Fxml_to_opac.c;h=ab19cffec240852c21495f7f47883bf488a968ba;hb=4b92c6833026a51cc391840d1157cd5fefede1df;hp=0000000000000000000000000000000000000000;hpb=6437a10ee3d3160d01d04afe071901e8f496ad34;p=yaz-moved-to-github.git diff --git a/src/xml_to_opac.c b/src/xml_to_opac.c new file mode 100644 index 0000000..ab19cff --- /dev/null +++ b/src/xml_to_opac.c @@ -0,0 +1,39 @@ +/* This file is part of the YAZ toolkit. + * Copyright (C) 1995-2013 Index Data + * See the file LICENSE for details. + */ +/** + * \file xml_to_opac.c + * \brief Implements XML to OPAC conversion + */ +#if HAVE_CONFIG_H +#include +#endif + +#include +#include +#include + +#include +#include + +#if YAZ_HAVE_XML2 +#include +#include + +void yaz_xml_to_opac(yaz_marc_t mt, xmlNode *src, Z_OPACRecord **dst, + yaz_iconv_t cd) +{ + +} +#endif + +/* + * Local variables: + * c-basic-offset: 4 + * c-file-style: "Stroustrup" + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +