From: Adam Dickmeiss Date: Mon, 8 Jul 2013 12:22:35 +0000 (+0200) Subject: Use yaz_xml_include_glob MP-459 X-Git-Tag: v1.3.59~10 X-Git-Url: http://lists.indexdata.com/cgi-bin?a=commitdiff_plain;h=b3355bae26a0df1935bef769b4e83f7583e66770;hp=e72710fc07c005bf835c3ed9bcdbc1068e118116;p=metaproxy-moved-to-github.git Use yaz_xml_include_glob MP-459 --- diff --git a/src/router_flexml.cpp b/src/router_flexml.cpp index 783b52e..6f15edc 100644 --- a/src/router_flexml.cpp +++ b/src/router_flexml.cpp @@ -315,7 +315,8 @@ void mp::RouterFleXML::Rep::parse_xml_config_dom(xmlDocPtr doc, if (file_include_path) { - int r = yaz_xml_include_simple((xmlNode *) root, file_include_path); + int r = yaz_xml_include_glob((xmlNode *) root, file_include_path, + YAZ_FILE_GLOB_FAIL_NOTEXIST); if (r) throw mp::XMLError("YAZ XML Include failed"); }