projects
/
metaproxy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e72710f
)
Use yaz_xml_include_glob MP-459
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 8 Jul 2013 12:22:35 +0000
(14:22 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 8 Jul 2013 12:22:35 +0000
(14:22 +0200)
src/router_flexml.cpp
patch
|
blob
|
history
diff --git
a/src/router_flexml.cpp
b/src/router_flexml.cpp
index
783b52e
..
6f15edc
100644
(file)
--- 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");
}