From cff2b8fe9a763752e0f871cad09dee6ed86da1ea Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sat, 26 Jul 2014 23:31:12 +0200 Subject: Added separate year node to article datasource * this is needed for the implementation of a article datasource grouped by year ** this in turn is needed for the archive page template * modified tags meta transformation and article result transformation accordingly --- source/02_data/articles.xsl | 7 ++++++- source/03_meta/tags.xsl | 9 ++++++++- source/99_result/article/article.xsl | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/source/02_data/articles.xsl b/source/02_data/articles.xsl index 8900085..6f79675 100644 --- a/source/02_data/articles.xsl +++ b/source/02_data/articles.xsl @@ -49,7 +49,12 @@ - + + + + + + diff --git a/source/03_meta/tags.xsl b/source/03_meta/tags.xsl index 84114e8..ac77335 100644 --- a/source/03_meta/tags.xsl +++ b/source/03_meta/tags.xsl @@ -22,7 +22,14 @@ - + + + + <xsl:value-of select="$article/self::title"/> + + + + diff --git a/source/99_result/article/article.xsl b/source/99_result/article/article.xsl index af8702b..11fd2b5 100644 --- a/source/99_result/article/article.xsl +++ b/source/99_result/article/article.xsl @@ -31,7 +31,7 @@

- + | -- cgit v1.2.3