changed output to be non-cascarding when using -n switch
[yaz-moved-to-github.git] / src / marcdisp.c
index 3079d81..62200fa 100644 (file)
@@ -1,8 +1,8 @@
 /*
- * Copyright (C) 1995-2006, Index Data ApS
+ * Copyright (C) 1995-2007, Index Data ApS
  * See the file LICENSE for details.
  *
- * $Id: marcdisp.c,v 1.40 2006-12-18 10:33:22 adam Exp $
+ * $Id: marcdisp.c,v 1.42 2007-01-03 08:42:15 adam Exp $
  */
 
 /**
@@ -699,6 +699,7 @@ int yaz_marc_write_xml(yaz_marc_t mt, xmlNode **root_ptr,
     *root_ptr = record_ptr;
 
     ns_record = xmlNewNs(record_ptr, BAD_CAST ns, 0);
+    xmlSetNs(record_ptr, ns_record);
 
     if (format)
         xmlNewProp(record_ptr, BAD_CAST "format", BAD_CAST format);