From 1275cf769e414508b48ea85369458bb5d09a1757 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 31 Jul 2009 14:59:30 +0200 Subject: [PATCH] MarcXchange NS is now info:lc/xmlns/marcxchange-v1 --- src/marcdisp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/marcdisp.c b/src/marcdisp.c index 81f0afc..43a48f2 100644 --- a/src/marcdisp.c +++ b/src/marcdisp.c @@ -713,7 +713,7 @@ int yaz_marc_write_marcxchange(yaz_marc_t mt, WRBUF wr, const char *type) { return yaz_marc_write_marcxml_ns(mt, wr, - "http://www.bs.dk/standards/MarcXchange", + "info:lc/xmlns/marcxchange-v1", 0, 0); } -- 1.7.10.4