aboutsummaryrefslogtreecommitdiff
path: root/src/function/read_directory.cc
diff options
context:
space:
mode:
authorAdrian Kummerländer2014-04-27 17:24:30 +0200
committerAdrian Kummerländer2014-04-27 17:24:30 +0200
commit947a8389728ff7d052fa820f598da3c17802f3d1 (patch)
treec24c7f19ea9b7b6fb6999e1c065b38598ebd27df /src/function/read_directory.cc
parent5fde046561caa11a58abd13cf1f469fdce5c53f1 (diff)
downloadInputXSLT-947a8389728ff7d052fa820f598da3c17802f3d1.tar
InputXSLT-947a8389728ff7d052fa820f598da3c17802f3d1.tar.gz
InputXSLT-947a8389728ff7d052fa820f598da3c17802f3d1.tar.bz2
InputXSLT-947a8389728ff7d052fa820f598da3c17802f3d1.tar.lz
InputXSLT-947a8389728ff7d052fa820f598da3c17802f3d1.tar.xz
InputXSLT-947a8389728ff7d052fa820f598da3c17802f3d1.tar.zst
InputXSLT-947a8389728ff7d052fa820f598da3c17802f3d1.zip
Added status information to external read-xml-file function
* XML tree is contained below the _content_ node if read was successful ** status is set to error otherwise * updated test transformation accordingly
Diffstat (limited to 'src/function/read_directory.cc')
-rw-r--r--src/function/read_directory.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/function/read_directory.cc b/src/function/read_directory.cc
index 1e7e7d7..6fcb447 100644
--- a/src/function/read_directory.cc
+++ b/src/function/read_directory.cc
@@ -4,7 +4,6 @@
#include <xercesc/dom/DOMImplementation.hpp>
#include <xercesc/dom/DOMElement.hpp>
#include <xercesc/dom/DOMText.hpp>
-#include <xercesc/util/XMLString.hpp>
#include "support/utility.h"
#include "support/xerces_string_guard.h"