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/02_data/articles.xsl | 46 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 source/02_data/articles.xsl (limited to 'source/02_data') diff --git a/source/02_data/articles.xsl b/source/02_data/articles.xsl new file mode 100644 index 0000000..508f435 --- /dev/null +++ b/source/02_data/articles.xsl @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + /usr/bin/markdown + + + + + + + <xsl:value-of select="xalan:nodeset($content)/h1"/> + + + + + + + + + + + -- cgit v1.2.3