changeset 1202:2d3dd37a0fc8

Fixed the pubDate element spelling. While most feed readers happily ignore the improper lowercase spelling of the element, some feed validators and aggregators are picky and mark the feed as broken.
author Konstantin Pavlov <thresh@nginx.com>
date Thu, 22 May 2014 14:44:42 +0400
parents db4b017b5796
children 0f9faaddd31c
files xsls/rss.xsls
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/xsls/rss.xsls	Thu May 22 13:50:13 2014 +0400
+++ b/xsls/rss.xsls	Thu May 22 14:44:42 2014 +0400
@@ -54,13 +54,13 @@
         <title> !! "para[1]//text()"; </title>
         <guid> !{$SITE} X:text {/} !{$page} X:text {#} !{@date} </guid>
         <link> !{$SITE} X:text {/} !{$page} X:text {#} !{@date} </link>
-        <pubdate>
+        <pubDate>
             !{ concat(date:day-abbreviation(@date), ', ',
                       format-number(date:day-in-month(@date), '00'), ' ',
                       date:month-abbreviation(@date), ' ',
                       date:year(@date),
                       ' 00:00:00 +0300') }
-        </pubdate>
+        </pubDate>
 
         <description>
             X:text disable-output-escaping="yes" {&lt;![CDATA[}