From a37f56cf3d6391536840c4f9389977e247e6cfc8 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Wed, 16 Jul 2014 20:49:04 +0200 Subject: Restructured to enable automatic datasources * i.e. first the content source is mapped * after that every transformation in 'template/datasource/' is called using the content map as input ** the output of the datasource transformations is stored in 'datasource/' --- template/output/master.xsl | 64 ++++++++++++++++++++++++++++++++++++++++++++++ template/output/page.xsl | 23 +++++++++++++++++ 2 files changed, 87 insertions(+) create mode 100644 template/output/master.xsl create mode 100644 template/output/page.xsl (limited to 'template/output') diff --git a/template/output/master.xsl b/template/output/master.xsl new file mode 100644 index 0000000..e2b77b4 --- /dev/null +++ b/template/output/master.xsl @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + <xsl:call-template name="title-text"/> + + + + + +
+
+ +
+ +
+ + +
+
+ + +
+ +
+ diff --git a/template/output/page.xsl b/template/output/page.xsl new file mode 100644 index 0000000..a271e4a --- /dev/null +++ b/template/output/page.xsl @@ -0,0 +1,23 @@ + + + + + + + + @ /home/adrian + + + +
+ +
+
+ +
-- cgit v1.2.3