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/external_text_formatter/transformation.xsl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'test/external_text_formatter')
diff --git a/test/external_text_formatter/transformation.xsl b/test/external_text_formatter/transformation.xsl
index a94f211..7be4866 100644
--- a/test/external_text_formatter/transformation.xsl
+++ b/test/external_text_formatter/transformation.xsl
@@ -8,7 +8,7 @@
exclude-result-prefixes="dyn xalan InputXSLT"
>
-
+
--
cgit v1.2.3