comparison xslt/rss.xslt @ 1203:0f9faaddd31c

Regenerated.
author Konstantin Pavlov <thresh@nginx.com>
date Thu, 22 May 2014 14:44:50 +0400
parents c454373427ef
children 4011ba8fdf30
comparison
equal deleted inserted replaced
1202:2d3dd37a0fc8 1203:0f9faaddd31c
51 51
52 <item> 52 <item>
53 <title> <xsl:apply-templates select="para[1]//text()"/> </title> 53 <title> <xsl:apply-templates select="para[1]//text()"/> </title>
54 <guid> <xsl:value-of select="$SITE"/> <xsl:text>/</xsl:text> <xsl:value-of select="$page"/> <xsl:text>#</xsl:text> <xsl:value-of select="@date"/> </guid> 54 <guid> <xsl:value-of select="$SITE"/> <xsl:text>/</xsl:text> <xsl:value-of select="$page"/> <xsl:text>#</xsl:text> <xsl:value-of select="@date"/> </guid>
55 <link> <xsl:value-of select="$SITE"/> <xsl:text>/</xsl:text> <xsl:value-of select="$page"/> <xsl:text>#</xsl:text> <xsl:value-of select="@date"/> </link> 55 <link> <xsl:value-of select="$SITE"/> <xsl:text>/</xsl:text> <xsl:value-of select="$page"/> <xsl:text>#</xsl:text> <xsl:value-of select="@date"/> </link>
56 <pubdate> 56 <pubDate>
57 <xsl:value-of select=" concat(date:day-abbreviation(@date), ', ', 57 <xsl:value-of select=" concat(date:day-abbreviation(@date), ', ',
58 format-number(date:day-in-month(@date), '00'), ' ', 58 format-number(date:day-in-month(@date), '00'), ' ',
59 date:month-abbreviation(@date), ' ', 59 date:month-abbreviation(@date), ' ',
60 date:year(@date), 60 date:year(@date),
61 ' 00:00:00 +0300') "/> 61 ' 00:00:00 +0300') "/>
62 </pubdate> 62 </pubDate>
63 63
64 <description> 64 <description>
65 <xsl:text disable-output-escaping="yes">&lt;![CDATA[</xsl:text> 65 <xsl:text disable-output-escaping="yes">&lt;![CDATA[</xsl:text>
66 <xsl:value-of select="@date"/> 66 <xsl:value-of select="@date"/>
67 <xsl:apply-templates select="para"/> 67 <xsl:apply-templates select="para"/>