From c0cd6ee34a0ed1290acdf6058d1dea8437a8dcff Mon Sep 17 00:00:00 2001
From: Adrian Kummerlaender
Date: Fri, 25 Jul 2014 21:17:15 +0200
Subject: Added root variable to datasource template * this was done to
simplifiy support data queries while resolving the main datasource
---
source/02_data/articles.xsl | 2 +-
source/03_meta/tags.xsl | 2 +-
utility/datasource.xsl | 2 ++
3 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/source/02_data/articles.xsl b/source/02_data/articles.xsl
index 7547cc7..bc41137 100644
--- a/source/02_data/articles.xsl
+++ b/source/02_data/articles.xsl
@@ -25,7 +25,7 @@
-
+
diff --git a/source/03_meta/tags.xsl b/source/03_meta/tags.xsl
index 4bed65c..f51f91a 100644
--- a/source/03_meta/tags.xsl
+++ b/source/03_meta/tags.xsl
@@ -25,7 +25,7 @@
-
+
diff --git a/utility/datasource.xsl b/utility/datasource.xsl
index 8ce224c..5b0d4a5 100644
--- a/utility/datasource.xsl
+++ b/utility/datasource.xsl
@@ -14,6 +14,8 @@
indent="yes"
/>
+
+
--
cgit v1.2.3