<?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 Re: How to delete date category in Line chart visualization in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-delete-date-category-in-line-chart-visualization/m-p/614712#M50420</link>
    <description>&lt;P&gt;If I understand &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/35618"&gt;@angadbagga&lt;/a&gt;&amp;nbsp;correctly, he wants to remove the date stamp on the line chart on the bottom (see lower left of the attached screenshot)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2022-09-27 at 11.23.16.png" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/21695iF2BD80885E7C411F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2022-09-27 at 11.23.16.png" alt="Screenshot 2022-09-27 at 11.23.16.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 27 Sep 2022 09:26:26 GMT</pubDate>
    <dc:creator>FelixLeh</dc:creator>
    <dc:date>2022-09-27T09:26:26Z</dc:date>
    <item>
      <title>How to delete date category in line chart visualization?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-delete-date-category-in-line-chart-visualization/m-p/614674#M50414</link>
      <description>&lt;P&gt;I am using the query as below and visualizing it in a line chart.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is date field coming on the line chart and I want to remove it through XML without removing time field? Can someone guide me .&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;(I was able to remove it in query using field format command but it was not super helpful as I was not able to see visualization.)&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Also, I was able to remove the hover through this article -&amp;nbsp;&lt;A href="https://community.splunk.com/t5/Dashboards-Visualizations/How-to-disable-mouse-hover-on-bar-chart-in-XML/m-p/337117" target="_blank" rel="noopener"&gt;Solved: How to disable mouse hover on bar chart in XML - Splunk Community&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;But not the date.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;This one is very close to what I want to do, but didn't solve my case on the line chart.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.splunk.com/t5/Dashboards-Visualizations/How-to-delete-the-date-category-on-a-visualization/m-p/353168" target="_blank" rel="noopener"&gt;Solved: How to delete the date category on a visualization... - Splunk Community&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;U&gt;&lt;STRONG&gt;Query for reference&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;
&lt;PRE&gt;index=xyz sourctype=abc earliest = -60m@m latest = @m
|eval ReportKey="Today"
|append
[search index=index=xyz sourctype=abc earliest = -60m@m-1w latest = @m-1w
|eval ReportKey="LastWeek" | eval _time=relative_time(_time, "+1w")]
|append
[search index=index=xyz sourctype=abc earliest = -60m@m-2w latest = @m-2w
|eval ReportKey="TwoWeeksBefore" | eval _time=relative_time(_time, "+2w")]
|append [search index=index=xyz sourctype=abc earliest = -60m@m-3w latest = @m-3w
|eval ReportKey="ThreeWeeksBefore" | eval _time=relative_time(_time, "+3w")]
|timechart span = 1m count(index) as Volume by Reportkey&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 13:34:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-delete-date-category-in-line-chart-visualization/m-p/614674#M50414</guid>
      <dc:creator>angadbagga</dc:creator>
      <dc:date>2022-09-27T13:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete date category in Line chart visualization</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-delete-date-category-in-line-chart-visualization/m-p/614682#M50415</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/35618"&gt;@angadbagga&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;it isn't so clear for me what you really want to display:&lt;/P&gt;&lt;P&gt;at first you don't need to make append (running in this way three searches instead of one!) when you can define the ReportKey using an eval statement.&lt;/P&gt;&lt;P&gt;But the main question is: you are using a timechart BY ReportKey, but Reportkey ha values only in its time period, so you'll have values for each ReportKey only in its period, then you modify timestamp with relative _time.&lt;/P&gt;&lt;P&gt;so what do you really want to display? what's your goal?&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 07:24:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-delete-date-category-in-line-chart-visualization/m-p/614682#M50415</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-09-27T07:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete date category in Line chart visualization</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-delete-date-category-in-line-chart-visualization/m-p/614703#M50419</link>
      <description>&lt;P&gt;Have you looked at the timewrap command?&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 08:48:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-delete-date-category-in-line-chart-visualization/m-p/614703#M50419</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-09-27T08:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete date category in Line chart visualization</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-delete-date-category-in-line-chart-visualization/m-p/614712#M50420</link>
      <description>&lt;P&gt;If I understand &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/35618"&gt;@angadbagga&lt;/a&gt;&amp;nbsp;correctly, he wants to remove the date stamp on the line chart on the bottom (see lower left of the attached screenshot)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2022-09-27 at 11.23.16.png" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/21695iF2BD80885E7C411F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2022-09-27 at 11.23.16.png" alt="Screenshot 2022-09-27 at 11.23.16.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 09:26:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-delete-date-category-in-line-chart-visualization/m-p/614712#M50420</guid>
      <dc:creator>FelixLeh</dc:creator>
      <dc:date>2022-09-27T09:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete date category in Line chart visualization</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-delete-date-category-in-line-chart-visualization/m-p/614804#M50425</link>
      <description>&lt;P&gt;Thanks - Yes - That's exactly what I want - I don't have any issue with the query (I know timewrap very well. )&lt;BR /&gt;In the line chart(Visualization) how can i remove that date through XML.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 19:03:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-delete-date-category-in-line-chart-visualization/m-p/614804#M50425</guid>
      <dc:creator>angadbagga</dc:creator>
      <dc:date>2022-09-27T19:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete date category in line chart visualization?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-delete-date-category-in-line-chart-visualization/m-p/614806#M50426</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp; &amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp; - My query is fine. It gives me correct data. I get stats of today (28th Sept), last week same day (21 sept) , 2 weeks back&amp;nbsp; Wed (14th Sept), 3 weeks back Wed (7th Sept).&amp;nbsp;&lt;BR /&gt;But in the visualization as&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/229056"&gt;@FelixLeh&lt;/a&gt;&amp;nbsp;mentioned i was not able to remove that date field even after so much research since some days.&amp;nbsp; Any XML hack can help me with it??&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 19:08:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-delete-date-category-in-line-chart-visualization/m-p/614806#M50426</guid>
      <dc:creator>angadbagga</dc:creator>
      <dc:date>2022-09-27T19:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete date category in line chart visualization?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-delete-date-category-in-line-chart-visualization/m-p/614809#M50427</link>
      <description>&lt;P&gt;Does this work?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| fieldformat _time=strftime(_time, "%H:%M:%S")&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 27 Sep 2022 19:13:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-delete-date-category-in-line-chart-visualization/m-p/614809#M50427</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-09-27T19:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete date category in line chart visualization?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-delete-date-category-in-line-chart-visualization/m-p/614847#M50432</link>
      <description>&lt;P&gt;I know it will remove the date (day) but then you won't be able to visualize anything. So after removing date I can't see line or bar chart. Hence this is not useful. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 02:46:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-delete-date-category-in-line-chart-visualization/m-p/614847#M50432</guid>
      <dc:creator>angadbagga</dc:creator>
      <dc:date>2022-09-28T02:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete date category in line chart visualization?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-delete-date-category-in-line-chart-visualization/m-p/614854#M50434</link>
      <description>&lt;P&gt;You can use "chart" command and do that over the Minute and split it by the week number, e.g. here's an example that creates random values of time over two 1 hour periods&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| makeresults count=500
| eval _time=now() - (random() % 3600)
| eval min=strftime(_time, "%M")
| eval week = 1
| append [
  | makeresults count=500
  | eval _time=now() - (86400 * 7) - (random() % 3600)
  | eval min=strftime(_time, "%M")
  | eval week=2
]
| chart count over min by week&lt;/LI-CODE&gt;&lt;P&gt;but as&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;says, you can make this a single search by doing&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Period1 OR Period2 OR Period3 OR Period4
| eval Week = (now() - _time) / 604800
| eval min=strftime(_time, "%M")
| chart count over min by Week&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 28 Sep 2022 05:01:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-delete-date-category-in-line-chart-visualization/m-p/614854#M50434</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2022-09-28T05:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete date category in line chart visualization?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-delete-date-category-in-line-chart-visualization/m-p/614881#M50439</link>
      <description>&lt;P&gt;How did this not work for you?&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.splunk.com/t5/Dashboards-Visualizations/How-to-delete-the-date-category-on-a-visualization/m-p/353168" target="_self"&gt;How-to-delete-the-date-category-on-a-visualization&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 07:17:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-delete-date-category-in-line-chart-visualization/m-p/614881#M50439</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-09-28T07:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete date category in line chart visualization?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-delete-date-category-in-line-chart-visualization/m-p/614984#M50453</link>
      <description>&lt;P&gt;Yeah, even am surprised. I added this in XML but didn't work. I don't have any chart name - Not sure if it should be myTimechart&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;  &amp;lt;html&amp;gt;
        &amp;lt;style&amp;gt;
          #myTimeChart svg g.highcharts-axis-labels.highcharts-xaxis-labels text:nth-child(1) tspan:nth-child(2), #myTimeChart svg g.highcharts-axis-labels.highcharts-xaxis-labels text:nth-child(1) tspan:nth-child(3){
            visibility: hidden !important;
          }
        &amp;lt;/style&amp;gt;
      &amp;lt;/html&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 12:05:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-delete-date-category-in-line-chart-visualization/m-p/614984#M50453</guid>
      <dc:creator>angadbagga</dc:creator>
      <dc:date>2022-09-28T12:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete date category in line chart visualization?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-delete-date-category-in-line-chart-visualization/m-p/614985#M50454</link>
      <description>&lt;P&gt;Thanks - This looks promising.&amp;nbsp; Can you pl. check the query i gave initially as the results of this with the query i sent are not matching (with index and sourcetype etc). Can you pl. help with complete query. Cheers!&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 12:07:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-delete-date-category-in-line-chart-visualization/m-p/614985#M50454</guid>
      <dc:creator>angadbagga</dc:creator>
      <dc:date>2022-09-28T12:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete date category in line chart visualization?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-delete-date-category-in-line-chart-visualization/m-p/614986#M50455</link>
      <description>&lt;P&gt;Can you share the SimpleXML for your line chart panel definition?&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 12:08:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-delete-date-category-in-line-chart-visualization/m-p/614986#M50455</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-09-28T12:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete date category in line chart visualization?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-delete-date-category-in-line-chart-visualization/m-p/615043#M50459</link>
      <description>&lt;P&gt;Here is some of it.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;dashboard&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;label&amp;gt;Test123&amp;lt;/label&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;description&amp;gt;Testing date&amp;lt;/description&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;row&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;panel&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;title&amp;gt;test&amp;lt;/title&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;html depends="$alwaysHideCSSStyle$"&amp;gt;&lt;BR /&gt;&amp;lt;style&amp;gt;&lt;BR /&gt;.highcharts-tooltip{&lt;/P&gt;&lt;P&gt;visibility:hidden !important;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&amp;lt;/style&amp;gt;&lt;BR /&gt;&amp;lt;/html&amp;gt;&lt;BR /&gt;&amp;lt;chart&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;search&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;query&amp;gt; index= ****And so on&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 19:30:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-delete-date-category-in-line-chart-visualization/m-p/615043#M50459</guid>
      <dc:creator>angadbagga</dc:creator>
      <dc:date>2022-09-28T19:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete date category in line chart visualization?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-delete-date-category-in-line-chart-visualization/m-p/615064#M50461</link>
      <description>&lt;P&gt;Try this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;row&amp;gt;

&amp;lt;panel&amp;gt;

&amp;lt;title&amp;gt;test&amp;lt;/title&amp;gt;

&amp;lt;html depends="$alwaysHideCSSStyle$"&amp;gt;
&amp;lt;style&amp;gt;
.highcharts-tooltip{

visibility:hidden !important;

}
          #myTimeChart svg g.highcharts-axis-labels.highcharts-xaxis-labels text:nth-child(1) tspan:nth-child(2), #myTimeChart svg g.highcharts-axis-labels.highcharts-xaxis-labels text:nth-child(1) tspan:nth-child(3){
            visibility: hidden !important;
          }
&amp;lt;/style&amp;gt;
&amp;lt;/html&amp;gt;
&amp;lt;chart id="myTimeChart"&amp;gt;

&amp;lt;search&amp;gt;

&amp;lt;query&amp;gt; index= ****And so on&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 28 Sep 2022 21:16:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-delete-date-category-in-line-chart-visualization/m-p/615064#M50461</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-09-28T21:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete date category in line chart visualization?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-delete-date-category-in-line-chart-visualization/m-p/615078#M50463</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/35618"&gt;@angadbagga&lt;/a&gt;&amp;nbsp;This is what should work for you to make a single search, no appends (slow).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=xyz sourctype=abc
  ((earliest = -60m@m latest = @m) OR
   (earliest = -60m@m-1w latest = @m-1w) OR
   (earliest = -60m@m-2w latest = @m-2w) OR
   (earliest = -60m@m-3w latest = @m-3w))
| eval Week = floor((now() - _time) / 604800)
| eval WeekName=case(Week=0, "Today", Week=1, "Last Week", Week&amp;gt;=2, printf("%d Weeks Ago", Week))
| eval min=strftime(_time, "%M")
| chart count as Volume over min by WeekName&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2022 00:14:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-delete-date-category-in-line-chart-visualization/m-p/615078#M50463</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2022-09-29T00:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete date category in line chart visualization?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-delete-date-category-in-line-chart-visualization/m-p/615126#M50467</link>
      <description>&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2022 08:20:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-delete-date-category-in-line-chart-visualization/m-p/615126#M50467</guid>
      <dc:creator>angadbagga</dc:creator>
      <dc:date>2022-09-29T08:20:29Z</dc:date>
    </item>
  </channel>
</rss>

