From: Sebastian Hammer Date: Wed, 13 Dec 1995 15:32:47 +0000 (+0000) Subject: Added sgml-output. X-Git-Tag: YAZ.1.8~842 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=ad7f3313654b48d43981d8b55a2a99d53347529f Added sgml-output. --- diff --git a/include/data1.h b/include/data1.h index f1b2982..91dbf9a 100644 --- a/include/data1.h +++ b/include/data1.h @@ -24,7 +24,10 @@ * OF THIS SOFTWARE. * * $Log: data1.h,v $ - * Revision 1.8 1995-12-13 13:44:23 quinn + * Revision 1.9 1995-12-13 15:32:47 quinn + * Added sgml-output. + * + * Revision 1.8 1995/12/13 13:44:23 quinn * Modified Data1-system to use nmem * * Revision 1.7 1995/12/12 16:37:05 quinn @@ -341,5 +344,6 @@ data1_maptab *data1_read_maptab(char *file); data1_node *data1_map_record(data1_node *n, data1_maptab *map, NMEM m); data1_marctab *data1_read_marctab(char *file); char *data1_nodetomarc(data1_marctab *p, data1_node *n, int selected, int *len); +char *data1_nodetoidsgml(data1_node *n, int select, int *len); #endif diff --git a/retrieval/Makefile b/retrieval/Makefile index c817557..d813cb4 100644 --- a/retrieval/Makefile +++ b/retrieval/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1995-11-01 13:54:43 quinn Exp $ +# $Id: Makefile,v 1.3 1995-12-13 15:32:53 quinn Exp $ SHELL=/bin/sh RANLIB=ranlib @@ -8,7 +8,7 @@ DEFS=$(INCLUDE) LIB=../lib/libret.a PO = d1_read.o d1_attset.o d1_tagset.o d1_absyn.o d1_grs.o \ d1_matchstr.o d1_sutrs.o d1_varset.o d1_espec.o \ - d1_doespec.o d1_map.o d1_marc.o + d1_doespec.o d1_map.o d1_marc.o d1_write.o CPP=$(CC) -E all: $(LIB)