From 8769770a39b7ad8fc9f2911e9a5956c2dfbf6e8c Mon Sep 17 00:00:00 2001
From: Adrian Kummerlaender
Date: Wed, 3 Sep 2014 21:57:58 +0200
Subject: Restructured main datasource mode processing * as both the
"expression" and "full" mode require only a single call to the "compile"
helper template they where merged ** this enabled us to completly remove the
fallback call to "compile" * this outer choose statement decides between the
"iterate" mode and single call modes
---
process.xsl | 44 +++++++++++++++-----------------------------
1 file changed, 15 insertions(+), 29 deletions(-)
diff --git a/process.xsl b/process.xsl
index 82f4188..d013168 100644
--- a/process.xsl
+++ b/process.xsl
@@ -150,22 +150,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
@@ -197,15 +192,6 @@
-
-
-
-
-
-
-
-
-
--
cgit v1.2.3