From 6b5da054693cd348f3c357dbf1c8cb1979fecf6a Mon Sep 17 00:00:00 2001
From: Adrian Kummerländer
Date: Sun, 1 Jun 2014 17:31:17 +0200
Subject: Simplified test case result variable definitions * variables
containing the output of a external function can be defined using the
"select" attribute ** tree-like definition is only needed when helper
templates such as "transformer" are used ** queries on variables that are
instantiated in this fashion need the "self::" prefix before base nodes *
changed includes of the "testcase.xsl" base template to imports ** this
signifies that the importing template is based on the imported template **
... and this is exactly what we want to define
---
test/default_params/transformation.xsl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'test/default_params')
diff --git a/test/default_params/transformation.xsl b/test/default_params/transformation.xsl
index 0ffaea0..54cf57e 100644
--- a/test/default_params/transformation.xsl
+++ b/test/default_params/transformation.xsl
@@ -6,7 +6,7 @@
exclude-result-prefixes="InputXSLT"
>
-
+
--
cgit v1.2.3