<?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: Remove Special Characters in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Remove-Special-Characters/m-p/1386601#M422148</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Try this: &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;PurgeChar(A2, Chr(160)&amp;amp;Chr(32))&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;thanks,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;ashwini&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Sep 2017 12:39:42 GMT</pubDate>
    <dc:creator>ashwinishinde</dc:creator>
    <dc:date>2017-09-21T12:39:42Z</dc:date>
    <item>
      <title>Remove Special Characters</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Special-Characters/m-p/1386597#M422144</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 am using this formula in Excel to remove a leading white space :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;TRIM(SUBSTITUTE(A2,CHAR(160),&lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;CHAR(32)))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;Is there a similar function to do this in Qlikview.&amp;nbsp; I have tried a simple LTRIM but this doesn't seem to work.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;Many thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;Phil&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2017 09:05:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Special-Characters/m-p/1386597#M422144</guid>
      <dc:creator>prees959</dc:creator>
      <dc:date>2017-09-21T09:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Special Characters</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Special-Characters/m-p/1386598#M422145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Phil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you try some of these:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Replace(Field,' ','')&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;TRIM(REPLACE(Field,' ',''))&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Purgechar(Field,' ')&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;You can try to combine these functions also.&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Good Luck&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2017 09:20:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Special-Characters/m-p/1386598#M422145</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2017-09-21T09:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Special Characters</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Special-Characters/m-p/1386599#M422146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Trim( FieldName )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2017 09:21:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Special-Characters/m-p/1386599#M422146</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-09-21T09:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Special Characters</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Special-Characters/m-p/1386600#M422147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;PurgeChar(A2, Chr(160)&amp;amp;Chr(32))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2017 12:32:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Special-Characters/m-p/1386600#M422147</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-09-21T12:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Special Characters</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Special-Characters/m-p/1386601#M422148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Try this: &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;PurgeChar(A2, Chr(160)&amp;amp;Chr(32))&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;thanks,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;ashwini&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2017 12:39:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Special-Characters/m-p/1386601#M422148</guid>
      <dc:creator>ashwinishinde</dc:creator>
      <dc:date>2017-09-21T12:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Special Characters</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Special-Characters/m-p/1386602#M422149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/StringFunctions/Trim.htm"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Trim&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;( &lt;A href="http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/StringFunctions/Replace.htm"&gt;Replace&lt;/A&gt;( A2, &lt;A href="http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/StringFunctions/Chr.htm"&gt;Chr&lt;/A&gt;(160), ' ' ))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the examples on the pages that each function links to.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2017 12:41:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Special-Characters/m-p/1386602#M422149</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-09-21T12:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Special Characters</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Special-Characters/m-p/1386603#M422150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;An even more complete reproduction of the Excel function Trim uses MapSubString to replace series of spaces. But this is only usable in your Load Script...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;MapMultiSpace:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;MAPPING&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;LOAD Repeat( ' ', RowNo()+1) AS Index, ' ' AS Replacement&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;AUTOGENERATE 9;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&amp;nbsp; &lt;A class="jive-link-external-small" href="http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/StringFunctions/Trim.htm" rel="nofollow" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;" target="_blank"&gt;Trim&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d;"&gt;( &lt;A href="http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/MappingFunctions/MapSubstring.htm"&gt;MapSubString&lt;/A&gt;‌( 'MapMultiSpace', &lt;A class="jive-link-external-small" href="http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/StringFunctions/Replace.htm" rel="nofollow" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;" target="_blank"&gt;Replace&lt;/A&gt;( A2, &lt;A class="jive-link-external-small" href="http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/StringFunctions/Chr.htm" rel="nofollow" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;" target="_blank"&gt;Chr&lt;/A&gt;(160), ' ' ))) AS CorrectedA2,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;FROM ...;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2017 13:25:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Special-Characters/m-p/1386603#M422150</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-09-21T13:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Special Characters</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Special-Characters/m-p/1386604#M422151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are the characters defined by Chr(160) and Chr(32) ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that spaces or any special characters? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any link you to get more info on this? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Joy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2018 11:08:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Special-Characters/m-p/1386604#M422151</guid>
      <dc:creator>joydipp1988</dc:creator>
      <dc:date>2018-09-13T11:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Special Characters</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Special-Characters/m-p/1386605#M422152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;chr(32) is space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chr(160) is non-breaking space.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2018 11:38:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Special-Characters/m-p/1386605#M422152</guid>
      <dc:creator>nsetty</dc:creator>
      <dc:date>2018-09-13T11:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Special Characters</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Special-Characters/m-p/1386606#M422153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to find out about other characters represented by numbers between 0 and 65535, check any on-line Unicode table. Like this one:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://unicode-table.com/en/" title="https://unicode-table.com/en/"&gt;https://unicode-table.com/en/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2018 11:55:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Special-Characters/m-p/1386606#M422153</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2018-09-13T11:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Special Characters</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Special-Characters/m-p/1386607#M422154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Nagesh for the info.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2018 13:28:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Special-Characters/m-p/1386607#M422154</guid>
      <dc:creator>joydipp1988</dc:creator>
      <dc:date>2018-09-13T13:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Special Characters</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Special-Characters/m-p/1386608#M422155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thanks Peter for the info. Actually I was looking for this kind of site. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thanks.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2018 13:29:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Special-Characters/m-p/1386608#M422155</guid>
      <dc:creator>joydipp1988</dc:creator>
      <dc:date>2018-09-13T13:29:33Z</dc:date>
    </item>
  </channel>
</rss>

