<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Calendar is Not working in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calendar-is-Not-working/m-p/282276#M104931</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a strange issue, in my local machine I have created a application with a auto generated calender which is working fine,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when I run the same qvw in the server machine the calendar is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me urgently&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Dec 2011 12:22:39 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-12-06T12:22:39Z</dc:date>
    <item>
      <title>Calendar is Not working</title>
      <link>https://community.qlik.com/t5/QlikView/Calendar-is-Not-working/m-p/282276#M104931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a strange issue, in my local machine I have created a application with a auto generated calender which is working fine,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when I run the same qvw in the server machine the calendar is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me urgently&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2011 12:22:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calendar-is-Not-working/m-p/282276#M104931</guid>
      <dc:creator />
      <dc:date>2011-12-06T12:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: Calendar is Not working</title>
      <link>https://community.qlik.com/t5/QlikView/Calendar-is-Not-working/m-p/282277#M104932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi vmjoe1978,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to check these format at the top of the script. Make sure date format in server is the same with your local machine.&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;SET ThousandSep=',';&lt;/P&gt;&lt;P&gt;SET DecimalSep='.';&lt;/P&gt;&lt;P&gt;SET MoneyThousandSep=',';&lt;/P&gt;&lt;P&gt;SET MoneyDecimalSep='.';&lt;/P&gt;&lt;P&gt;SET MoneyFormat='$#,##0.00;($#,##0.00)';&lt;/P&gt;&lt;P&gt;SET TimeFormat='h:mm:ss TT';&lt;/P&gt;&lt;P&gt;SET DateFormat='DD-MM-YYYY';&lt;/P&gt;&lt;P&gt;SET TimestampFormat='DD-MM-YYYY h:mm:ss[.fff] TT';&lt;/P&gt;&lt;P&gt;SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';&lt;/P&gt;&lt;P&gt;SET DayNames='Mon;Tue;Wed;Thu;Fri;Sat;Sun';&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn Cheav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2011 01:56:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calendar-is-Not-working/m-p/282277#M104932</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2011-12-07T01:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: Calendar is Not working</title>
      <link>https://community.qlik.com/t5/QlikView/Calendar-is-Not-working/m-p/282278#M104933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sokkorn Cheav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply, Using the following&amp;nbsp; code I can create a calendar in the server, when I press the calendar Icon it keeps mum and no action.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the same code in my local computer, its perfectly working fine...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can not understand why its behaving like this.. Please reply me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET ThousandSep=',';&lt;/P&gt;&lt;P&gt;SET DecimalSep='.';&lt;/P&gt;&lt;P&gt;SET MoneyThousandSep=',';&lt;/P&gt;&lt;P&gt;SET MoneyDecimalSep='.';&lt;/P&gt;&lt;P&gt;SET MoneyFormat='$#,##0.00;($#,##0.00)';&lt;/P&gt;&lt;P&gt;SET TimeFormat='h:mm:ss TT';&lt;/P&gt;&lt;P&gt;SET DateFormat='M/D/YYYY';&lt;/P&gt;&lt;P&gt;SET TimestampFormat='M/D/YYYY h:mm:ss[.fff] TT';&lt;/P&gt;&lt;P&gt;SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';&lt;/P&gt;&lt;P&gt;SET DayNames='Mon;Tue;Wed;Thu;Fri;Sat;Sun';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CalendarGeneration:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CalendarStart, CalendarEnd&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01/01/2008, 01/01/2015&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MinMax:&lt;/P&gt;&lt;P&gt;LOAD Max(CalendarEnd) AS MaxDate,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Min(CalendarStart) AS MinDate&lt;/P&gt;&lt;P&gt;RESIDENT CalendarGeneration;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;LET varMinDate = Num(Peek('MinDate',0,'MinMax'));&lt;/P&gt;&lt;P&gt;LET varMaxDate = Num(Peek('MaxDate',-1,'MinMax'));&lt;/P&gt;&lt;P&gt;LET varToday = Num(Today());&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;UnlinkedCalendar:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Date($(varMinDate) + RowNo() - 1) AS Calendar&lt;/P&gt;&lt;P&gt;AUTOGENERATE ($(varMaxDate) - $(varMinDate)+1);&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;DROP TABLE CalendarGeneration;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2011 06:06:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calendar-is-Not-working/m-p/282278#M104933</guid>
      <dc:creator />
      <dc:date>2011-12-07T06:06:08Z</dc:date>
    </item>
    <item>
      <title>Re: Calendar is Not working</title>
      <link>https://community.qlik.com/t5/QlikView/Calendar-is-Not-working/m-p/282279#M104934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You said "when I press the &lt;STRONG&gt;calendar Icon&lt;/STRONG&gt; it keeps &lt;STRONG&gt;mum&lt;/STRONG&gt; and no &lt;STRONG&gt;action&lt;/STRONG&gt;". I'm not clear about this yet. Can you details on &lt;/P&gt;&lt;P&gt;1. &amp;lt;Calendar Icon&amp;gt; : Mean that calendar object in QlikView or other?&lt;/P&gt;&lt;P&gt;2. &amp;lt;Keep mum&amp;gt; : ?&lt;/P&gt;&lt;P&gt;3. &amp;lt;No Action&amp;gt; : It not effect to other object in QlikView? This one can be solve by link table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your script is ok. One more thing if you can print screen for the error on the server, so that it make easy to understand your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn Cheav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2011 06:31:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calendar-is-Not-working/m-p/282279#M104934</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2011-12-07T06:31:01Z</dc:date>
    </item>
    <item>
      <title>Calendar is Not working</title>
      <link>https://community.qlik.com/t5/QlikView/Calendar-is-Not-working/m-p/282280#M104935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can u attach the qvw file so that i can test it on my machine, and understand what's the issue.&lt;/P&gt;&lt;P&gt;Moreover can you attach the screenshot of the erroro screen that comes when you try to open it on server.&lt;/P&gt;&lt;P&gt;Check one more thing that other qvw files are working perfect on server or not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2011 06:58:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calendar-is-Not-working/m-p/282280#M104935</guid>
      <dc:creator />
      <dc:date>2011-12-07T06:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: Calendar is Not working</title>
      <link>https://community.qlik.com/t5/QlikView/Calendar-is-Not-working/m-p/282281#M104936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached the screen shot in the orginal post..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you look and advise me..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2011 07:01:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calendar-is-Not-working/m-p/282281#M104936</guid>
      <dc:creator />
      <dc:date>2011-12-07T07:01:00Z</dc:date>
    </item>
    <item>
      <title>Calendar is Not working</title>
      <link>https://community.qlik.com/t5/QlikView/Calendar-is-Not-working/m-p/282282#M104937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;first there is no association between unlinked calender and minmax .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;second there is no need to make inline table to provide start and end date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do like this:&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;1. create variable as go to &lt;STRONG&gt;document properties -&amp;gt; variables -&amp;gt; click on new button -&amp;gt; name the variable&lt;/STRONG&gt;. your variable gets created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;2.&lt;STRONG&gt; right click on sheet -&amp;gt; new sheet object -&amp;gt; select slider/calender object -&amp;gt; on general tab -&amp;gt; click checkbox variables -&amp;gt; select the variable you have created -&amp;gt; on general tab provide start date and end date which is the minimum and maximum date which you want to take in calender&lt;/STRONG&gt;. Either you can hard code the date or provide any expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;3. your calender object gets created. select any date from the calender.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;4. to see the date take text object and provide expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;&amp;nbsp;&amp;nbsp; =date(VariableName)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;your date gets displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;regards&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;vijit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2011 08:48:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calendar-is-Not-working/m-p/282282#M104937</guid>
      <dc:creator />
      <dc:date>2011-12-07T08:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: Calendar is Not working</title>
      <link>https://community.qlik.com/t5/QlikView/Calendar-is-Not-working/m-p/282283#M104938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check QlikView version in server and your client machine. Does it the same version or whatever? Or try to reinstall QlikView on the server again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn Cheav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2011 09:16:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calendar-is-Not-working/m-p/282283#M104938</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2011-12-07T09:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: Calendar is Not working</title>
      <link>https://community.qlik.com/t5/QlikView/Calendar-is-Not-working/m-p/282284#M104939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any triggers in your production document? The calendar itself seems to be fine and working, but the problem seems to be in the calendar object. Are you triggering any actions or macros in the variables that are used by the calendars? How many different dates do you have?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2011 10:14:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calendar-is-Not-working/m-p/282284#M104939</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-12-07T10:14:20Z</dc:date>
    </item>
    <item>
      <title>Calendar is Not working</title>
      <link>https://community.qlik.com/t5/QlikView/Calendar-is-Not-working/m-p/282285#M104940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Miguel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not using any triggers in the document, only in the server I can not use the calendar object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even I tried to create a sample calender, that is also not working, so finally in the server the calendar object is not functioning.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Qlikview version 9.00 7440 8 SR3 64 bit Edition, its running in Windows 2008 R2 Standard).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The main idea is generating a calendar the user has to select the Start Date and End Date, is that any other way to implement, please advise...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2011 11:32:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calendar-is-Not-working/m-p/282285#M104940</guid>
      <dc:creator />
      <dc:date>2011-12-07T11:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: Calendar is Not working</title>
      <link>https://community.qlik.com/t5/QlikView/Calendar-is-Not-working/m-p/282286#M104941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are several bugs related to the calendar object in Ajax and Plugin documented in the release notes of v9 SR4. I'd recommend you to upgrade your version to the latest release of version 9 (SR7 build 07808) if possible, at least in a test server, so you can check whether the object behaves as expected or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2011 11:43:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calendar-is-Not-working/m-p/282286#M104941</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-12-07T11:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: Calendar is Not working</title>
      <link>https://community.qlik.com/t5/QlikView/Calendar-is-Not-working/m-p/282287#M104942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Miguel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot, I will test and let you know....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2011 11:48:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calendar-is-Not-working/m-p/282287#M104942</guid>
      <dc:creator />
      <dc:date>2011-12-07T11:48:15Z</dc:date>
    </item>
    <item>
      <title>Calendar is Not working</title>
      <link>https://community.qlik.com/t5/QlikView/Calendar-is-Not-working/m-p/282288#M104943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I´m having the same problem with QV Server 11. Does any one have the same issue ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Feb 2012 13:02:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calendar-is-Not-working/m-p/282288#M104943</guid>
      <dc:creator />
      <dc:date>2012-02-29T13:02:04Z</dc:date>
    </item>
  </channel>
</rss>

