From 9efc55061c81e26b70d11f6acf0c0a369d9a9031 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Fri, 12 Sep 2014 23:48:07 +0200 Subject: Updated feed transformation to generate valid ATOM 1.0 * added base link * added namespace for whole stylesheet intead of in the feed node * added id to entry nodes * added closing slash to feed id url --- source/99_result/atom.xsl | 32 +++++++++++++++++++++++++------- 1 file changed, 25 insertions(+), 7 deletions(-) (limited to 'source') diff --git a/source/99_result/atom.xsl b/source/99_result/atom.xsl index 7d50f2d..8bc0286 100644 --- a/source/99_result/atom.xsl +++ b/source/99_result/atom.xsl @@ -1,6 +1,7 @@ @@ -30,28 +31,45 @@ - - - - <xsl:value-of select="datasource/meta/title"/> + + + + + + + + + <xsl:value-of select="meta/title"/> + + + + T00:00:01+02:00 + - + - + + + + /article/ + + <xsl:value-of select="title"/> - /article/ + + /article/ + -- cgit v1.2.3