X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=recctrl%2Fxmlread.c;h=d1403230a208c2776876ef83e902001a64a83bc8;hb=69d2833ca96efad6777b13a1e52f23a09c749509;hp=6bc8efab5baefc0f040c8b8f993a0cc3eac8cf61;hpb=d9fb3117ca1b5f0038f8367c9a1d5d8f933b8920;p=idzebra-moved-to-github.git diff --git a/recctrl/xmlread.c b/recctrl/xmlread.c index 6bc8efa..d140323 100644 --- a/recctrl/xmlread.c +++ b/recctrl/xmlread.c @@ -1,4 +1,4 @@ -/* $Id: xmlread.c,v 1.12 2004-07-26 12:26:25 adam Exp $ +/* $Id: xmlread.c,v 1.13 2004-08-11 13:36:13 adam Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004 Index Data Aps @@ -98,9 +98,11 @@ static void cb_decl (void *user, const char *version, const char *encoding, data1_mk_preprocess (ui->dh, ui->nmem, "xml", attr_list, ui->d1_stack[ui->level-1]); +#if 0 yaz_log (LOG_LOG, "decl version=%s encoding=%s", version ? version : "null", encoding ? encoding : "null"); +#endif } static void cb_processing (void *user, const char *target,