comparison xsls/rss.xsls @ 45:1b817ada6ea3

Fixing the previous commit.
author Igor Sysoev <igor@sysoev.ru>
date Sun, 02 Oct 2011 11:35:23 +0000
parents 0bf5b5e45501
children 7db449e89e92
comparison
equal deleted inserted replaced
44:0bf5b5e45501 45:1b817ada6ea3
44 !{concat($y, '.html')} 44 !{concat($y, '.html')}
45 } 45 }
46 } 46 }
47 47
48 <item> 48 <item>
49 <title> !! "para[1]"; </title> 49 <title> !! "para[1]//text()"; </title>
50 <guid> !{$SITE} X:text {/} !{$page} X:text {#} !{@date} </guid> 50 <guid> !{$SITE} X:text {/} !{$page} X:text {#} !{@date} </guid>
51 <link> !{$SITE} X:text {/} !{$page} X:text {#} !{@date} </link> 51 <link> !{$SITE} X:text {/} !{$page} X:text {#} !{@date} </link>
52 <pubdate> 52 <pubdate>
53 !{ concat(date:day-abbreviation(@date), ', ', 53 !{ concat(date:day-abbreviation(@date), ', ',
54 format-number(date:day-in-month(@date), '00'), ' ', 54 format-number(date:day-in-month(@date), '00'), ' ',