From d9784669ec613d42d453c907921a9983a36518fb Mon Sep 17 00:00:00 2001
From: Adrian Kummerlaender
Date: Sun, 12 Oct 2014 00:10:31 +0200
Subject: 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
---
detail/list.xsl | 2 +-
detail/plan.xsl | 2 +-
detail/process.xsl | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/detail/list.xsl b/detail/list.xsl
index 93585e8..c70a6bf 100644
--- a/detail/list.xsl
+++ b/detail/list.xsl
@@ -13,7 +13,7 @@
indent="no"
/>
-
+
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"
/>
-
+
diff --git a/detail/process.xsl b/detail/process.xsl
index ba25939..7b596b6 100644
--- a/detail/process.xsl
+++ b/detail/process.xsl
@@ -15,7 +15,7 @@
indent="no"
/>
-
+
--
cgit v1.2.3