From bd328048e195c764bf9be5266605975dff73e387 Mon Sep 17 00:00:00 2001
From: Adrian Kummerlaender
Date: Mon, 28 Jul 2014 21:00:59 +0200
Subject: Implemented basic atom feed transformation * atom was choosen in
favor of RSS mainly because it is not easily possible to generate the
required RSS timestamp in xalan-c (day of the week required) * modified
master template accordingly
---
source/99_result/atom.xsl | 50 +++++++++++++++++++++++++++++++++++++++++++++++
utility/master.xsl | 4 ++--
2 files changed, 52 insertions(+), 2 deletions(-)
create mode 100644 source/99_result/atom.xsl
diff --git a/source/99_result/atom.xsl b/source/99_result/atom.xsl
new file mode 100644
index 0000000..86f0217
--- /dev/null
+++ b/source/99_result/atom.xsl
@@ -0,0 +1,50 @@
+
+