From 35334241ce4b76b1b1a66219ce938f27fdf39031 Mon Sep 17 00:00:00 2001 From: Adrian Kummerländer Date: Tue, 20 May 2014 21:17:10 +0200 Subject: Replaced FunctionResolveInclude with IncludeEntityResolver * xalan / xerces offers the possibility of implementing custom entity resolvers which are called upon by "" had to be implemented --- test.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test.cc') diff --git a/test.cc b/test.cc index a21f25a..9d1dd3a 100644 --- a/test.cc +++ b/test.cc @@ -44,7 +44,8 @@ int main(int ac, char** av) { InputXSLT::PlattformGuard plattform(includePath); InputXSLT::TransformationFacade transformation( - variables["transformation"].as() + variables["transformation"].as(), + plattform.getEntityResolver() ); if ( variables.count("target") ) { -- cgit v1.2.3