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/read_xml_file/transformation.xsl | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'test/read_xml_file') diff --git a/test/read_xml_file/transformation.xsl b/test/read_xml_file/transformation.xsl index f23273e..ae54099 100644 --- a/test/read_xml_file/transformation.xsl +++ b/test/read_xml_file/transformation.xsl @@ -7,16 +7,14 @@ exclude-result-prefixes="InputXSLT xalan" > - + - - - + - - + + -- cgit v1.2.3