aboutsummaryrefslogtreecommitdiff
path: root/utility
diff options
context:
space:
mode:
authorAdrian Kummerlaender2014-07-25 21:17:15 +0200
committerAdrian Kummerlaender2014-07-25 21:17:15 +0200
commitc0cd6ee34a0ed1290acdf6058d1dea8437a8dcff (patch)
tree1a0b2cb5ae32d12b2bfb18919ab6da9ddfadc94a /utility
parent5f2a0418701d8e483a54d9b354c9c5ee59a52b7e (diff)
downloadblog.kummerlaender.eu-c0cd6ee34a0ed1290acdf6058d1dea8437a8dcff.tar
blog.kummerlaender.eu-c0cd6ee34a0ed1290acdf6058d1dea8437a8dcff.tar.gz
blog.kummerlaender.eu-c0cd6ee34a0ed1290acdf6058d1dea8437a8dcff.tar.bz2
blog.kummerlaender.eu-c0cd6ee34a0ed1290acdf6058d1dea8437a8dcff.tar.lz
blog.kummerlaender.eu-c0cd6ee34a0ed1290acdf6058d1dea8437a8dcff.tar.xz
blog.kummerlaender.eu-c0cd6ee34a0ed1290acdf6058d1dea8437a8dcff.tar.zst
blog.kummerlaender.eu-c0cd6ee34a0ed1290acdf6058d1dea8437a8dcff.zip
Added root variable to datasource template
* this was done to simplifiy support data queries while resolving the main datasource
Diffstat (limited to 'utility')
-rw-r--r--utility/datasource.xsl2
1 files changed, 2 insertions, 0 deletions
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"
/>
+<xsl:variable name="root" select="/datasource"/>
+
<xsl:template match="/">
<datasource>
<xsl:apply-templates />