aboutsummaryrefslogtreecommitdiff
path: root/detail/plan.xsl
diff options
context:
space:
mode:
authorAdrian Kummerlaender2014-10-12 00:10:31 +0200
committerAdrian Kummerlaender2014-10-12 00:10:31 +0200
commitd9784669ec613d42d453c907921a9983a36518fb (patch)
tree4bfbf3868904f07d74e24057320d1a71e6df0f7d /detail/plan.xsl
parent6184f1b94c29e22f097f675b658c234d6e4f1619 (diff)
downloadblog.kummerlaender.eu-d9784669ec613d42d453c907921a9983a36518fb.tar
blog.kummerlaender.eu-d9784669ec613d42d453c907921a9983a36518fb.tar.gz
blog.kummerlaender.eu-d9784669ec613d42d453c907921a9983a36518fb.tar.bz2
blog.kummerlaender.eu-d9784669ec613d42d453c907921a9983a36518fb.tar.lz
blog.kummerlaender.eu-d9784669ec613d42d453c907921a9983a36518fb.tar.xz
blog.kummerlaender.eu-d9784669ec613d42d453c907921a9983a36518fb.tar.zst
blog.kummerlaender.eu-d9784669ec613d42d453c907921a9983a36518fb.zip
Changed datasource stylesheet path from absolute to relative
* recent commits to both BuildXSLT and InputXSLT changed include entity handling to resolve against the stylesheet location
Diffstat (limited to 'detail/plan.xsl')
-rw-r--r--detail/plan.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/detail/plan.xsl b/detail/plan.xsl
index bef6fc5..653a9ca 100644
--- a/detail/plan.xsl
+++ b/detail/plan.xsl
@@ -15,7 +15,7 @@
indent="no"
/>
-<xsl:include href="utility/datasource.xsl"/>
+<xsl:include href="../utility/datasource.xsl"/>
<xsl:template name="traverse">
<xsl:param name="source"/>