From 305eb17cd2d70c2e922b8997ada86b29329d660e Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Thu, 24 Jul 2014 16:46:52 +0200 Subject: Added basic article datasource and output transformations * articles contain the handle and date in their file name ** i.e. it is split using XPath string functions ** usage of the ISO date format provides automatic ordering * added some articles from my blog as example data --- source/03_result/article/article.xsl | 45 ++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 source/03_result/article/article.xsl (limited to 'source/03_result') diff --git a/source/03_result/article/article.xsl b/source/03_result/article/article.xsl new file mode 100644 index 0000000..fa54a85 --- /dev/null +++ b/source/03_result/article/article.xsl @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + +
+

+ » +

+

+ + + + | Adrian Kummerländer +

+ +
+
+ +
-- cgit v1.2.3