* Copyright (C) 1995-2005, Index Data ApS
* See the file LICENSE for details.
*
- * $Id: seshigh.c,v 1.64 2005-11-08 15:08:02 adam Exp $
+ * $Id: seshigh.c,v 1.65 2005-11-09 17:47:11 adam Exp $
*/
/**
* \file seshigh.c
}
else if (sr->which == Z_SRW_update_request)
{
- yaz_log(YLOG_DEBUG, "handling SRW UpdateRequest");
Z_SRW_PDU *res = yaz_srw_get(o, Z_SRW_update_response);
+ yaz_log(YLOG_DEBUG, "handling SRW UpdateRequest");
if (num_diagnostic)
{
res->u.update_response->diagnostics = diagnostic;
assoc->init->implementation_name,
odr_prepend(assoc->encode, "GFS", resp->implementationName));
- version = odr_strdup(assoc->encode, "$Revision: 1.64 $");
+ version = odr_strdup(assoc->encode, "$Revision: 1.65 $");
if (strlen(version) > 10) /* check for unexpanded CVS strings */
version[strlen(version)-2] = '\0';
resp->implementationVersion = odr_prepend(assoc->encode,
* Copyright (C) 1995-2005, Index Data ApS
* See the file LICENSE for details.
*
- * $Id: srw.c,v 1.37 2005-11-08 15:08:02 adam Exp $
+ * $Id: srw.c,v 1.38 2005-11-09 17:47:07 adam Exp $
*/
/**
* \file srw.c
{
xmlNodePtr ptr = method->children;
Z_SRW_updateRequest *req;
+ char *oper = 0;
(*p)->which = Z_SRW_update_request;
req = (*p)->u.update_request = (Z_SRW_updateRequest *)
req->extraRequestData = 0;
req->stylesheet = 0;
- char *oper = 0;
-
for (; ptr; ptr = ptr->next)
{
if (match_xsd_string(ptr, "version", o,