From 283101c02a7e6a71f221fe731168e9b0096e3766 Mon Sep 17 00:00:00 2001 From: Adrian Kummerländer Date: Wed, 21 May 2014 20:30:37 +0200 Subject: Added test case base template and improved transformer helper template * test case base template contains the basic test case markup ** it was mostly created to include include-path resolution into the test cases * improved transformer helper template by separating the external function call into its own variable --- test/default_params/reference.xml | 2 -- test/default_params/transformation.xsl | 25 ++++++++----------------- 2 files changed, 8 insertions(+), 19 deletions(-) (limited to 'test/default_params') diff --git a/test/default_params/reference.xml b/test/default_params/reference.xml index fcdbacf..566064b 100644 --- a/test/default_params/reference.xml +++ b/test/default_params/reference.xml @@ -1,7 +1,5 @@ - actual.xml default_params - diff --git a/test/default_params/transformation.xsl b/test/default_params/transformation.xsl index 1bbddef..0ffaea0 100644 --- a/test/default_params/transformation.xsl +++ b/test/default_params/transformation.xsl @@ -6,27 +6,18 @@ exclude-result-prefixes="InputXSLT" > - + - - - - - - - - - - - + + + + + + + -- cgit v1.2.3