aboutsummaryrefslogtreecommitdiff
path: root/src/function/external_text_formatter.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/function/external_text_formatter.cc')
-rw-r--r--src/function/external_text_formatter.cc11
1 files changed, 2 insertions, 9 deletions
diff --git a/src/function/external_text_formatter.cc b/src/function/external_text_formatter.cc
index 22f53c5..9fef439 100644
--- a/src/function/external_text_formatter.cc
+++ b/src/function/external_text_formatter.cc
@@ -44,16 +44,9 @@ namespace InputXSLT {
xercesc::DOMDocument* FunctionExternalTextFormatter::constructDocument(
const InputXSLT::FilesystemContext&,
- const FunctionBase::parameter_tuple& parameters
+ std::string formatterPath,
+ std::string stdinText
) {
- const std::string& formatterPath(
- std::get<0>(parameters)
- );
-
- const std::string& stdinText(
- std::get<1>(parameters)
- );
-
xercesc::DOMDocument* const domDocument(
xercesc::DOMImplementation::getImplementation()->createDocument(
nullptr,