<?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: URL Address in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/URL-Address/m-p/398863#M148491</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, didn't work it.&lt;/P&gt;&lt;P&gt;Could you explain what you do? maybe I find something what I need.&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Sep 2012 19:07:33 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-09-13T19:07:33Z</dc:date>
    <item>
      <title>URL Address</title>
      <link>https://community.qlik.com/t5/QlikView/URL-Address/m-p/398843#M148471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please help me with idea.&lt;/P&gt;&lt;P&gt;I have different website' urls like this &lt;A class="loading" href="http://www.bbbs.org/site/lookup.asp?c=9iLOK7PJKfI2G&amp;amp;b=6229577" title="http://www.bbbs.org/site/lookup.asp?c=9iLOK7PJKfI2G&amp;amp;b=6229577"&gt;http://www.name.org/site/lookup.asp?c=9iLOK7PJKfI2G&amp;amp;b=6229577&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;I want to keep only name.org.&lt;/P&gt;&lt;P&gt;I replace in load scrypt &lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Replace(Replace(Replace(Replace(Replace(SITE, '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://',''),'http:/',''),'http:www.',''),'https://"&gt;http://',''),'http:/',''),'http:www.',''),'https://&lt;/A&gt;&lt;SPAN&gt;',''), 'www.','')&amp;nbsp; as ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I get &lt;A class="loading active_link" href="http://www.bbbs.org/site/lookup.asp?c=9iLOK7PJKfI2G&amp;amp;b=6229577" title="http://www.bbbs.org/site/lookup.asp?c=9iLOK7PJKfI2G&amp;amp;b=6229577"&gt;name.org/site/lookup.asp?c=9iLOK7PJKfI2G&amp;amp;b=6229577&lt;/A&gt;&lt;/P&gt;&lt;P&gt;How can I replace or remove other info after org?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2012 20:49:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/URL-Address/m-p/398843#M148471</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-11T20:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: URL Address</title>
      <link>https://community.qlik.com/t5/QlikView/URL-Address/m-p/398844#M148472</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Use KeepChar('&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.bbbs.org/site/lookup.asp?c=9iLOK7PJKfI2G&amp;amp;b=6229577" style="font-size: 12px; color: #007fc0;"&gt;http://www.name.org/site/lookup.asp?c=9iLOK7PJKfI2G&amp;amp;b=6229577&lt;/A&gt;','name.org')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2012 21:03:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/URL-Address/m-p/398844#M148472</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-09-11T21:03:27Z</dc:date>
    </item>
    <item>
      <title>Re: URL Address</title>
      <link>https://community.qlik.com/t5/QlikView/URL-Address/m-p/398845#M148473</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;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=Left(Replace(URLFieldName, '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www"&gt;http://www&lt;/A&gt;&lt;SPAN&gt;.', ''), index(Replace(URLFieldName, '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www"&gt;http://www&lt;/A&gt;&lt;SPAN&gt;.', ''), '/')-1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 07:45:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/URL-Address/m-p/398845#M148473</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-09-12T07:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: URL Address</title>
      <link>https://community.qlik.com/t5/QlikView/URL-Address/m-p/398846#M148474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;Your ideas didn't work as I need it.&lt;/P&gt;&lt;P&gt;Please see my url example below&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="248"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="248"&gt;headandqqq.ca/en-CA/index.jspx_049708&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top: none;"&gt;headandqqq.co.in/en-IN/index.jspx_051205&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top: none;"&gt;headandqqq.com/en-US/index.jspx_049647&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top: none;"&gt;headandqqq.com/es-US/index.jspx_049713&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 441px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" width="441"&gt;helpcer.linkshare.com/publisher_024374&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;ihotel.com/ihg/hotels/us/en/global/support/meetings_106328&lt;/P&gt;&lt;P&gt;I want to keep everything included domain and _NUMBERS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 14:19:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/URL-Address/m-p/398846#M148474</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-12T14:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: URL Address</title>
      <link>https://community.qlik.com/t5/QlikView/URL-Address/m-p/398847#M148475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you clearly explain with some example.&amp;nbsp; Earlier you said that you need only "name.org", so the script which I given works you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Input:&lt;/P&gt;&lt;P&gt;ihotel.com/ihg/hotels/us/en/global/support/meetings_106328&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output:&lt;/P&gt;&lt;P&gt;ihotel.com/_106328&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this you require?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 14:54:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/URL-Address/m-p/398847#M148475</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-09-12T14:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: URL Address</title>
      <link>https://community.qlik.com/t5/QlikView/URL-Address/m-p/398848#M148476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for confusing,&lt;/P&gt;&lt;P&gt;Yes,&lt;/P&gt;&lt;P&gt;Input:&lt;/P&gt;&lt;P&gt;ihotel.com/ihg/hotels/us/en/global/support/meetings_106328&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output:&lt;/P&gt;&lt;P&gt;ihotel.com/_106328.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 14:57:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/URL-Address/m-p/398848#M148476</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-12T14:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: URL Address</title>
      <link>https://community.qlik.com/t5/QlikView/URL-Address/m-p/398849#M148477</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Try something like this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = SubField('ihotel.com/ihg/hotels/us/en/global/support/meetings_106328','/') &amp;amp;'/_'&amp;amp;&lt;/P&gt;&lt;P&gt; SubField('ihotel.com/ihg/hotels/us/en/global/support/meetings_106328','_',2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; This also give o/p as your requirement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 15:27:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/URL-Address/m-p/398849#M148477</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-09-12T15:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: URL Address</title>
      <link>https://community.qlik.com/t5/QlikView/URL-Address/m-p/398850#M148478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It didn't work.&lt;/P&gt;&lt;P&gt;I need to replace all of them.&lt;/P&gt;&lt;P&gt;Different url with differnt numbers at the end.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 17:12:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/URL-Address/m-p/398850#M148478</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-12T17:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: URL Address</title>
      <link>https://community.qlik.com/t5/QlikView/URL-Address/m-p/398851#M148479</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Please see the attached file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 17:20:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/URL-Address/m-p/398851#M148479</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-09-12T17:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: URL Address</title>
      <link>https://community.qlik.com/t5/QlikView/URL-Address/m-p/398852#M148480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please see atached file. Your expression works!!!&lt;/P&gt;&lt;P&gt;But I replaced first part. Could you adjust it?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 17:48:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/URL-Address/m-p/398852#M148480</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-12T17:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: URL Address</title>
      <link>https://community.qlik.com/t5/QlikView/URL-Address/m-p/398853#M148481</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Please check the attached file..Is one of the way to achieve your requirement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 18:01:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/URL-Address/m-p/398853#M148481</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-09-12T18:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: URL Address</title>
      <link>https://community.qlik.com/t5/QlikView/URL-Address/m-p/398854#M148482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't understand why when I load my data, I got URL address_NUMBER/_NUMBER?&lt;/P&gt;&lt;P&gt;Double numbers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 19:23:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/URL-Address/m-p/398854#M148482</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-12T19:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: URL Address</title>
      <link>https://community.qlik.com/t5/QlikView/URL-Address/m-p/398855#M148483</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Did u try like as mentioned?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 19:26:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/URL-Address/m-p/398855#M148483</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-09-12T19:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: URL Address</title>
      <link>https://community.qlik.com/t5/QlikView/URL-Address/m-p/398856#M148484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I copied it even.&lt;/P&gt;&lt;P&gt;it works, but with duble numbers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 19:42:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/URL-Address/m-p/398856#M148484</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-12T19:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: URL Address</title>
      <link>https://community.qlik.com/t5/QlikView/URL-Address/m-p/398857#M148485</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;Can you post your file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 19:48:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/URL-Address/m-p/398857#M148485</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-09-12T19:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: URL Address</title>
      <link>https://community.qlik.com/t5/QlikView/URL-Address/m-p/398858#M148486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I load data from csv format. Maybe it's problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 19:49:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/URL-Address/m-p/398858#M148486</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-12T19:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: URL Address</title>
      <link>https://community.qlik.com/t5/QlikView/URL-Address/m-p/398859#M148487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please see my attached file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 19:52:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/URL-Address/m-p/398859#M148487</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-12T19:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: URL Address</title>
      <link>https://community.qlik.com/t5/QlikView/URL-Address/m-p/398860#M148488</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Try like this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 20:11:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/URL-Address/m-p/398860#M148488</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-09-12T20:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: URL Address</title>
      <link>https://community.qlik.com/t5/QlikView/URL-Address/m-p/398861#M148489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, I lost many URL&lt;/P&gt;&lt;P&gt;They have the same URL, but different NUMBERS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 20:28:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/URL-Address/m-p/398861#M148489</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-12T20:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: URL Address</title>
      <link>https://community.qlik.com/t5/QlikView/URL-Address/m-p/398862#M148490</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;Check this . Let me know whether its correct or not&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 21:21:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/URL-Address/m-p/398862#M148490</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-09-12T21:21:32Z</dc:date>
    </item>
  </channel>
</rss>

