comparison xsls/rss.xsls @ 123:7db449e89e92

Unified the use of the "name" attribute instead of "title".
author Ruslan Ermilov <ru@nginx.com>
date Fri, 21 Oct 2011 06:17:16 +0000
parents 1b817ada6ea3
children be54c443235a
comparison
equal deleted inserted replaced
122:871ea104fdbf 123:7db449e89e92
23 23
24 24
25 X:template = "/news" { 25 X:template = "/news" {
26 <rss version="2.0"> 26 <rss version="2.0">
27 <channel> 27 <channel>
28 <title> !{@title} </title> 28 <title> !{@name} </title>
29 <link> !{$SITE} </link> 29 <link> !{$SITE} </link>
30 <description /> 30 <description />
31 !! "event"; 31 !! "event";
32 </channel> 32 </channel>
33 </rss> 33 </rss>