From e6f6c1183eabd69ea6809bd04514bd3a487e0b0a Mon Sep 17 00:00:00 2001 From: Aurelien David Date: Sun, 27 Oct 2019 10:36:47 +0100 Subject: [PATCH] add support for content:encoded in rss (#45) --- rss.xsl | 36 ++++++++++++++++++++++++++++-------- 1 file changed, 28 insertions(+), 8 deletions(-) diff --git a/rss.xsl b/rss.xsl index bc5bafd..59b10d9 100644 --- a/rss.xsl +++ b/rss.xsl @@ -7,7 +7,8 @@ xmlns:rss1="http://purl.org/rss/1.0/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:dc="http://purl.org/dc/elements/1.1/" - exclude-result-prefixes="atom atom03 rdf rss1 media dc" > + xmlns:content="http://purl.org/rss/1.0/modules/content/" + exclude-result-prefixes="atom atom03 rdf rss1 media dc content" > @@ -69,16 +70,35 @@ + - -
- -
+ + + +
+ +
+
+ +
+ +
+
+
-
- -
+ + +
+ +
+
+ +
+ +
+
+