aboutsummaryrefslogtreecommitdiff
path: root/src/function/transform.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/function/transform.h')
-rw-r--r--src/function/transform.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/function/transform.h b/src/function/transform.h
index 081fe90..516233f 100644
--- a/src/function/transform.h
+++ b/src/function/transform.h
@@ -3,6 +3,8 @@
#include <xalanc/XSLT/XSLTInputSource.hpp>
+#include "boost/filesystem.hpp"
+
#include "base.h"
namespace InputXSLT {
@@ -10,7 +12,7 @@ namespace InputXSLT {
class FunctionTransform : public FunctionBase<
FunctionTransform,
xalan::XSLTInputSource,
- std::string,
+ boost::filesystem::path,
xalan::XObjectPtr
> {
public:
@@ -20,9 +22,8 @@ class FunctionTransform : public FunctionBase<
friend FunctionBase;
xercesc::DOMDocument* constructDocument(
- const FilesystemContext&,
xalan::XSLTInputSource,
- std::string,
+ boost::filesystem::path,
xalan::XObjectPtr
);