X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Frouter_flexml.cpp;h=6f15edc17fee9a2ba5be99791f058b542296a6bd;hb=9181e947fbaaaaed1cbf53f38f13b56bc762366c;hp=783b52e0519851af0e41fb9aceae87133dc02117;hpb=8ced8e7b5de3ecba12ac68ce5c5e8cddf40d800f;p=metaproxy-moved-to-github.git 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"); }