From 57fbbe9a4fc8a12acaad0092667575cd6a823abd Mon Sep 17 00:00:00 2001
From: Adrian Kummerlaender
Date: Tue, 15 Jul 2014 22:10:58 +0200
Subject: Added "transform_in_context" helper template * handles inclusion of
the meta DOM in the input source of transformations called through that
template ** i.e. simplifies transformation chaining
---
generate.xsl | 38 ++++++++++++++++++++++++--------------
1 file changed, 24 insertions(+), 14 deletions(-)
diff --git a/generate.xsl b/generate.xsl
index cba8bea..f307085 100644
--- a/generate.xsl
+++ b/generate.xsl
@@ -16,26 +16,36 @@
-
+
+
+
+
+
+
-
-
-
-
-
-
-
- [source.xsl]
-
-
-
- [datasource.xsl]
-
+
+
+
+
+
+
+
+
[result.xsl]
+
+
+ [datasource.xsl]
+
+
+ [source.xsl]
+
+
+
+
--
cgit v1.2.3