From 56e46331c3cb503baa2d3f8004dc0725baf51a0a Mon Sep 17 00:00:00 2001
From: Adrian Kummerlaender
Date: Wed, 16 Jul 2014 20:56:36 +0200
Subject: Added datasource master template * handles basic output structure *
provides XSLT standard template "text()/@*" redefinition to prevent unwanted
output of unmatched elements
---
template/datasource/pages.xsl | 16 +---------------
utility/datasource.xsl | 25 +++++++++++++++++++++++++
2 files changed, 26 insertions(+), 15 deletions(-)
create mode 100644 utility/datasource.xsl
diff --git a/template/datasource/pages.xsl b/template/datasource/pages.xsl
index 7de4b4b..c77513a 100644
--- a/template/datasource/pages.xsl
+++ b/template/datasource/pages.xsl
@@ -7,23 +7,9 @@
exclude-result-prefixes="xalan InputXSLT"
>
-
-
+
-
-
-
-
-
-
-
-
diff --git a/utility/datasource.xsl b/utility/datasource.xsl
new file mode 100644
index 0000000..02b37d1
--- /dev/null
+++ b/utility/datasource.xsl
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
--
cgit v1.2.3