From 1b9e01d65c2e5a8b805c132bc1a043dc4d2c3ec5 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 19 Mar 2008 23:32:19 +0100 Subject: [PATCH] Ignore unknown XML attributes in MARCXML parsing. --- src/marc_read_xml.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/marc_read_xml.c b/src/marc_read_xml.c index 8f4ffd6..31a718b 100644 --- a/src/marc_read_xml.c +++ b/src/marc_read_xml.c @@ -118,7 +118,6 @@ static int yaz_marc_read_xml_leader(yaz_marc_t mt, const xmlNode **ptr_p) { yaz_marc_cprintf( mt, "Expected element 'leader', got '%.80s'", ptr->name); - return -1; } } if (!leader) @@ -194,7 +193,6 @@ static int yaz_marc_read_xml_fields(yaz_marc_t mt, const xmlNode *ptr) yaz_marc_cprintf( mt, "Bad attribute '%.80s' for 'datafield'", attr->name); - return -1; } if (!ptr_tag) { -- 1.7.10.4