From b3355bae26a0df1935bef769b4e83f7583e66770 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 8 Jul 2013 14:22:35 +0200 Subject: [PATCH] Use yaz_xml_include_glob MP-459 --- src/router_flexml.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"); } -- 1.7.10.4