<?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: Images not loading in Chiclet slicers in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Images-not-loading-in-Chiclet-slicers/m-p/85986#M3040</link>
    <description>&lt;P&gt;Im also facing with the same issue. &amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 04 Nov 2016 07:19:55 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-11-04T07:19:55Z</dc:date>
    <item>
      <title>Images not loading in Chiclet slicers</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Images-not-loading-in-Chiclet-slicers/m-p/32332#M960</link>
      <description>&lt;P&gt;In my report, I'm using Chiclet slicer with images to slice on Products.&lt;/P&gt;&lt;P&gt;My Product&amp;nbsp;images are in Azure and their path is in an attribute in Product dimension in my cube.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Symptoms of the problem:&lt;/P&gt;&lt;P&gt;1. By default, on the report&amp;nbsp;page, ~30-40 products show up, but images for many of the products don't show up. Only ~6 products show up with images&lt;/P&gt;&lt;P&gt;2. Even though all products show up in the slicer (though some are without images), the slicer shows information icon with message "Too many Values, not showing all data"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note: Each image is ~5KB in size&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this a known issue or is there anything specific that I can do to fix it?&lt;/P&gt;</description>
      <pubDate>Fri, 29 Apr 2016 22:27:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Images-not-loading-in-Chiclet-slicers/m-p/32332#M960</guid>
      <dc:creator>gswapnil90</dc:creator>
      <dc:date>2016-04-29T22:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: Images not loading in Chiclet slicers</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Images-not-loading-in-Chiclet-slicers/m-p/60494#M1939</link>
      <description>&lt;P&gt;I am also unable to see Images loading into the Chiclet Slicers. &amp;nbsp;Is anyone else&amp;nbsp;having this issue? &amp;nbsp;Is there a way to turn on the rendering?&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="ChicletImageError.PNG" style="width: 449px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/11762i70EEB24C9C0EAA92/image-size/large?v=v2&amp;amp;px=999" role="button" title="ChicletImageError.PNG" alt="ChicletImageError.PNG" /&gt;&lt;/span&gt;﻿&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2016 16:21:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Images-not-loading-in-Chiclet-slicers/m-p/60494#M1939</guid>
      <dc:creator>bfischam</dc:creator>
      <dc:date>2016-08-19T16:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: Images not loading in Chiclet slicers</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Images-not-loading-in-Chiclet-slicers/m-p/84754#M2991</link>
      <description>&lt;P&gt;I'm having the same issue as well.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2016 16:28:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Images-not-loading-in-Chiclet-slicers/m-p/84754#M2991</guid>
      <dc:creator>tplyler</dc:creator>
      <dc:date>2016-11-01T16:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: Images not loading in Chiclet slicers</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Images-not-loading-in-Chiclet-slicers/m-p/85986#M3040</link>
      <description>&lt;P&gt;Im also facing with the same issue. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Nov 2016 07:19:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Images-not-loading-in-Chiclet-slicers/m-p/85986#M3040</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-04T07:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: Images not loading in Chiclet slicers</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Images-not-loading-in-Chiclet-slicers/m-p/100238#M3490</link>
      <description>&lt;P&gt;Chiclet slicer have the problem with the file names containing space. So if you replace the spaces between file name into %20 then it will work for you.&lt;/P&gt;&lt;P&gt;For example&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if you have a link like&lt;/P&gt;&lt;P&gt;&lt;A href="http://contoso.com/my" target="_blank"&gt;http://contoso.com/my&lt;/A&gt; image.jpg&lt;/P&gt;&lt;P&gt;then replace it to&lt;/P&gt;&lt;P&gt;&lt;A href="http://contoso.com/my%20image.jpg" target="_blank"&gt;http://contoso.com/my%20image.jpg&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would suggest replace all spaces containing in url with %20&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kaushal&lt;/P&gt;</description>
      <pubDate>Fri, 09 Dec 2016 08:16:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Images-not-loading-in-Chiclet-slicers/m-p/100238#M3490</guid>
      <dc:creator>kaushal</dc:creator>
      <dc:date>2016-12-09T08:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: Images not loading in Chiclet slicers</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Images-not-loading-in-Chiclet-slicers/m-p/110267#M3862</link>
      <description>&lt;P&gt;This is not working to me either. SO frustating. There are no spaces in my URL. I tried using imgur as source and Google Drive. nothing works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PLEASE somebody help&lt;/P&gt;</description>
      <pubDate>Sat, 07 Jan 2017 15:18:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Images-not-loading-in-Chiclet-slicers/m-p/110267#M3862</guid>
      <dc:creator>koshur</dc:creator>
      <dc:date>2017-01-07T15:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: Images not loading in Chiclet slicers</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Images-not-loading-in-Chiclet-slicers/m-p/259878#M8018</link>
      <description>&lt;P&gt;Same problem here. And I'm using OneDrive stored images. I can access them fine so it's not network issue.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Sep 2017 07:55:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Images-not-loading-in-Chiclet-slicers/m-p/259878#M8018</guid>
      <dc:creator>dmoysidis</dc:creator>
      <dc:date>2017-09-27T07:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: Images not loading in Chiclet slicers</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Images-not-loading-in-Chiclet-slicers/m-p/259980#M8019</link>
      <description>&lt;P&gt;Do your images require authentication?&lt;/P&gt;&lt;P&gt;Please also note that it'd be better to use HTTPS instead of HTTP.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Ignat Vilesov,&lt;/P&gt;&lt;P&gt;Software Engineer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Microsoft Power BI Custom Visuals&lt;/P&gt;&lt;P&gt;&lt;A href="mailto:pbicvsupport@microsoft.com" target="_blank"&gt;&lt;SPAN&gt;pbicvsupport@microsoft.com&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Sep 2017 09:47:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Images-not-loading-in-Chiclet-slicers/m-p/259980#M8019</guid>
      <dc:creator>v-viig</dc:creator>
      <dc:date>2017-09-27T09:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: Images not loading in Chiclet slicers</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Images-not-loading-in-Chiclet-slicers/m-p/259992#M8021</link>
      <description>&lt;P&gt;No they don't and the URL is an HTTPS one&lt;/P&gt;</description>
      <pubDate>Wed, 27 Sep 2017 09:52:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Images-not-loading-in-Chiclet-slicers/m-p/259992#M8021</guid>
      <dc:creator>dmoysidis</dc:creator>
      <dc:date>2017-09-27T09:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: Images not loading in Chiclet slicers</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Images-not-loading-in-Chiclet-slicers/m-p/260796#M8040</link>
      <description>&lt;P&gt;Can you share at least one image link?&lt;/P&gt;&lt;P&gt;I just want to double check that link is correct.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Ignat Vilesov,&lt;/P&gt;&lt;P&gt;Software Engineer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Microsoft Power BI Custom Visuals&lt;/P&gt;&lt;P&gt;&lt;A href="mailto:pbicvsupport@microsoft.com" target="_blank"&gt;&lt;SPAN&gt;pbicvsupport@microsoft.com&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Sep 2017 09:57:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Images-not-loading-in-Chiclet-slicers/m-p/260796#M8040</guid>
      <dc:creator>v-viig</dc:creator>
      <dc:date>2017-09-28T09:57:07Z</dc:date>
    </item>
    <item>
      <title>Re: Images not loading in Chiclet slicers</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Images-not-loading-in-Chiclet-slicers/m-p/260800#M8041</link>
      <description>&lt;P&gt;&lt;A href="https://asahieu-my.sharepoint.com/personal/dmoysidis_asahieu_onmicrosoft_com/_layouts/15/guestaccess.aspx?docid=1d5455f442ba44c77a3a9e6f269d67a48&amp;amp;authkey=AUhIBP9c-DO9BWuMRNzN8KY" target="_self"&gt;LINK TO IMAGE&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Sep 2017 09:58:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Images-not-loading-in-Chiclet-slicers/m-p/260800#M8041</guid>
      <dc:creator>dmoysidis</dc:creator>
      <dc:date>2017-09-28T09:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: Images not loading in Chiclet slicers</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Images-not-loading-in-Chiclet-slicers/m-p/261409#M8054</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Capture.PNG" style="width: 600px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/62548i4D09430835192E52/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This link works well for me.&lt;/P&gt;&lt;P&gt;Could you please open your report with&amp;nbsp;?unmin=true (&lt;A href="https://app.powerbi.com/?unmin=true" target="_blank"&gt;https://app.powerbi.com/?unmin=true&lt;/A&gt;) flag and share log from browser's developers tools?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Sep 2017 07:14:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Images-not-loading-in-Chiclet-slicers/m-p/261409#M8054</guid>
      <dc:creator>v-viig</dc:creator>
      <dc:date>2017-09-29T07:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: Images not loading in Chiclet slicers</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Images-not-loading-in-Chiclet-slicers/m-p/710374#M19609</link>
      <description>&lt;P&gt;Chiclet slicer loads images from 'http' link correctly. But doesn't load when I use 'https' link. Could anyone advise me how to deal with this issue? Sample https link looks like this: "&lt;A href="HTTPS://16ss.https.ewe.erefwq.net/....../..../scr_xxx.png" target="_blank" rel="noopener"&gt;HTTPS://16ss.https.ewe.erefwq.net.net/....../..../scr_xxx.png&lt;/A&gt;" &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2019 12:34:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Images-not-loading-in-Chiclet-slicers/m-p/710374#M19609</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-02T12:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: Images not loading in Chiclet slicers</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Images-not-loading-in-Chiclet-slicers/m-p/754921#M20179</link>
      <description>&lt;P&gt;In my case Power BI desktop did not show the images correctly but when I published the report it did show up. Also dont forget to change the data category of the URL column to 'Web URL' in the 'Data' tab. Click the 'Data' tab &amp;gt; select the column containing URLs &amp;gt; select Modeling &amp;gt; select Data Category: Web URL (Properties tab).&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2019 08:46:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Images-not-loading-in-Chiclet-slicers/m-p/754921#M20179</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-01T08:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: Images not loading in Chiclet slicers</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Images-not-loading-in-Chiclet-slicers/m-p/778062#M20548</link>
      <description>&lt;P&gt;Has this been solved?&amp;nbsp; I am having this issue today.&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="image.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/188295i829AE2D0BF2F18C4/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2019 15:06:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Images-not-loading-in-Chiclet-slicers/m-p/778062#M20548</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-28T15:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: Images not loading in Chiclet slicers</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Images-not-loading-in-Chiclet-slicers/m-p/778697#M20555</link>
      <description>&lt;P&gt;Does the image show up whenever you publish the report? Have you tried changing the data category of the URL column to 'Web URL'?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2019 06:49:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Images-not-loading-in-Chiclet-slicers/m-p/778697#M20555</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-29T06:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: Images not loading in Chiclet slicers</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Images-not-loading-in-Chiclet-slicers/m-p/779141#M20561</link>
      <description>&lt;P&gt;Hi there, many thanks for the response back.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry I neglected to mentioned I did set to use url, and have tried publishing and image still does not load.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did try another PBi visual, named Image Grid, and I am still experiencing the same issue.&amp;nbsp; I feel it is more a user error on my end.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2019 13:07:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Images-not-loading-in-Chiclet-slicers/m-p/779141#M20561</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-29T13:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: Images not loading in Chiclet slicers</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Images-not-loading-in-Chiclet-slicers/m-p/779928#M20567</link>
      <description>&lt;P&gt;@Anonymous&lt;/a&gt;Are the images that you try to view in the slicer public avalaible on the internet?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2019 07:06:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Images-not-loading-in-Chiclet-slicers/m-p/779928#M20567</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-30T07:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: Images not loading in Chiclet slicers</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Images-not-loading-in-Chiclet-slicers/m-p/836752#M21286</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I ran into same problem and found the fix.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The free icons are not easy to find. I used flaticon.com. Now for PBI to display the icon on chiclet slicer you need to provide the embedded html information as below. However, most icon websites do not give you this option readily on the surface unlike icons8.com.&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="Capture.PNG" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/205802iA1C68BFD7C7F5BDA/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Fix is following&lt;/P&gt;&lt;P&gt;A. Choose your icon from the website.&lt;/P&gt;&lt;P&gt;B. I use Mozilla Firefox. So once you go to the icon page do the following&lt;/P&gt;&lt;DIV class="comp mntl-sc-block mntl-sc-block-adslot mntl-block"&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; From the top menu, select &lt;STRONG&gt;Tools&lt;/STRONG&gt; &amp;gt; &lt;STRONG&gt;Web Developer&lt;/STRONG&gt; &amp;gt; &lt;STRONG&gt;Page Source&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;B. look for img src. The embedded html can be found there. Copy paste the embedded html and put that as the URL on the icon dataset and PBI does the rest of the magic.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.flaticon.com/free-icon/vacuum-cleaner_291367" target="_blank" rel="noopener"&gt;https://www.flaticon.com/free-icon/vacuum-cleaner_291367&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 366px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/205805i853E30068FF78BED/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/205806iA1AEA2B71478D553/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have fun guys !!!!&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2019 01:14:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Images-not-loading-in-Chiclet-slicers/m-p/836752#M21286</guid>
      <dc:creator>smpa01</dc:creator>
      <dc:date>2019-11-05T01:14:53Z</dc:date>
    </item>
  </channel>
</rss>

