From e9c4e2b716798002c9ccbf96ee509eb91ad56553 Mon Sep 17 00:00:00 2001 From: Adrian Kummerländer Date: Thu, 1 May 2014 18:14:33 +0200 Subject: Added basic parameter taking overload of TransformationFacade::generate * XSLT stylesheets may be provided with a set of initial parameters ** these parameters can be provided as the second argument to the generate member method in the form of a string to string mapping ** the XSLT standard also permitts number and node set types as value arguments of such input parameters but this is not supported by this change * expanded test transformation to demonstrate this feature --- dummy/transform.xsl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'dummy/transform.xsl') diff --git a/dummy/transform.xsl b/dummy/transform.xsl index c955a85..5e172b6 100644 --- a/dummy/transform.xsl +++ b/dummy/transform.xsl @@ -15,11 +15,17 @@ indent="yes" /> + + +
+ Parameter "test" contains value "" +
+
-- cgit v1.2.3