From 7bd543e220c806177d805a8f4fbc13e951fe5788 Mon Sep 17 00:00:00 2001 From: Adrian Kummerländer Date: Fri, 16 May 2014 22:25:39 +0200 Subject: Added XObjectPtr parameter to FunctionTransform * the given XObject is passed to the called transformation ** this was done to enable templates to pass information to each other ** this should support any type usable in a XPath context to be passed as an argument * expanded FunctionTransform test case accordingly --- src/function/base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/function/base.h') diff --git a/src/function/base.h b/src/function/base.h index b74a7d8..8145924 100644 --- a/src/function/base.h +++ b/src/function/base.h @@ -81,7 +81,7 @@ class FunctionBase : public xalan::Function { result.assign(std::string( "The function expects " + std::to_string(std::tuple_size::value) + - " argument(s) of type string." + " argument(s)" ).data()); return result; -- cgit v1.2.3