Possible compatibility problems with earlier versions marked with '*'.
+Use default namespace for SRW diagnostic elements.
+
--- 2.0.13 2004/02/23
Implement ZOOM_resultset_cache_reset which resets record cache.
* Copyright (c) 2002-2004, Index Data.
* See the file LICENSE for details.
*
- * $Id: srw.c,v 1.21 2004-02-14 15:58:42 adam Exp $
+ * $Id: srw.c,v 1.22 2004-02-23 12:12:25 adam Exp $
*/
#include <yaz/srw.h>
{
int i;
xmlNsPtr ns_diag =
- xmlNewNs(pptr, "http://www.loc.gov/zing/srw/diagnostics/", "diag");
+ xmlNewNs(pptr, "http://www.loc.gov/zing/srw/diagnostics/", 0);
for (i = 0; i < *num; i++)
{
const char *std_diag = "info:srw/diagnostic/1/";