Bug 13618: Add html filters to all the variables
[koha.git] / misc / cronjobs / rss / lastAcquired.tt
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <!DOCTYPE rss PUBLIC "-//Netscape Communications/DTD RSS 0.91/EN"
4         "http://my.netscape.com/publish/formats/rss-0.91.dtd">
5
6 <rss version="0.91">
7
8 <channel>
9  <title>[% CHANNELTITLE | html %]</title>
10  <link>[% CHANNELLINK | html %]</link>
11  <description>[% CHANNELDESC | html %]</description>
12  <language>[% CHANNELLANG | html %]</language>
13  <lastBuildDate>[% CHANNELLASTBUILD | html %]</lastBuildDate>
14
15  <image>
16   <title>[% IMAGETITLE | html %]</title>
17   <url>[% IMAGEURL | html %]</url>
18   <link>[% IMAGELINK | html %]</link>
19  </image>
20
21 [% FOREACH i IN ITEMS %]
22  <item>
23   <title>[% i.TITLE | html %], by [% i.AUTHOR | html %]</title>
24   <link>[% OPACBaseURL | html %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% i.biblionumber | html %]</link>
25
26  </item>
27 [% END %]
28
29 </channel>
30 </rss>