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/transform/transformation.xsl | 48 +++++++++++++++++++-------------------- 1 file changed, 23 insertions(+), 25 deletions(-) (limited to 'test/transform/transformation.xsl') diff --git a/test/transform/transformation.xsl b/test/transform/transformation.xsl index 24f4df7..fc41eb3 100644 --- a/test/transform/transformation.xsl +++ b/test/transform/transformation.xsl @@ -2,44 +2,42 @@ - + - + + InputXSLT:transform( + $transformation, + $target, + xalan:nodeset($parameters) + ) + + + - - - - - test.xsl - test_actual.xml - - 21 - - + + + test.xsl + test_actual.xml + + 21 + + - - - + -- cgit v1.2.3