From 246a8e020d97cfc3b4409996f99450fa95b730b1 Mon Sep 17 00:00:00 2001 From: Adrian Kummerländer Date: Sat, 17 May 2014 13:59:33 +0200 Subject: Improved FunctionTransform test case transformations * added basic "transformer" wrapper template to call "InputXSLT:transform" ** this removes the need to specifiy arguments in a separate xslt variable --- test/transform/test.xsl | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'test/transform/test.xsl') diff --git a/test/transform/test.xsl b/test/transform/test.xsl index 677e80d..9a1ea7a 100644 --- a/test/transform/test.xsl +++ b/test/transform/test.xsl @@ -14,17 +14,14 @@ indent="yes" /> - + - - - - - - + + + -- cgit v1.2.3