<?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: Problem with the round function! Please help in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Problem-with-the-round-function-Please-help/m-p/65028#M6536</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Thanks alot Reeza. Regardless of how I write the ROUND function, I find that rounding seems to 'operate' differently in SAS and Excel. For instance 46.54421 is rounded to 47 in Excel and 46 in SAS and 46.4645 is rounded to 46 in Excel and 47 in SAS. I will check the link out.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Jun 2012 20:12:02 GMT</pubDate>
    <dc:creator>hpl104</dc:creator>
    <dc:date>2012-06-18T20:12:02Z</dc:date>
    <item>
      <title>Problem with the round function! Please help</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Problem-with-the-round-function-Please-help/m-p/65020#M6528</link>
      <description>I tried the following code:&lt;BR /&gt;
&lt;BR /&gt;
data testo; orig=0.54999999999999; output; Run;&lt;BR /&gt;
Data testo; Set testo; rnd= round(orig,0.1); Run;&lt;BR /&gt;
&lt;BR /&gt;
Could you please explain me what happened?? It should be rounded to 0.5 and not 0.6!!&lt;BR /&gt;
&lt;BR /&gt;
Thanks for your help,&lt;BR /&gt;
Regards,</description>
      <pubDate>Mon, 08 Dec 2008 15:32:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Problem-with-the-round-function-Please-help/m-p/65020#M6528</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-12-08T15:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with the round function! Please help</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Problem-with-the-round-function-Please-help/m-p/65021#M6529</link>
      <description>Hi:&lt;BR /&gt;
  You might look at the documentation on ROUND, the ROUNDE and the ROUNDZ functions...they operate a bit differently when rounding. According to the doc they operate this way:&lt;B&gt;&lt;BR /&gt;
"Computing Results When the Value Is Halfway between Multiples of the Rounding Unit &lt;BR /&gt;
When the value to be rounded is approximately halfway between two multiples of the rounding unit, the ROUND function rounds up the absolute value and restores the original sign.  &lt;BR /&gt;
&amp;lt;&amp;lt;skip long program example&amp;gt;&amp;gt;&lt;BR /&gt;
The ROUND function is the same as the ROUNDE function except that when the first argument is halfway between the two nearest multiples of the second argument, ROUNDE returns an even multiple. ROUND returns the multiple with the larger absolute value. &lt;BR /&gt;
&lt;BR /&gt;
The ROUNDZ function returns a multiple of the rounding unit without trying to make the result match the result that is computed with decimal arithmetic."&lt;/B&gt;&lt;BR /&gt;
 &lt;BR /&gt;
You might experiment and see whether ROUNDZ gives you the kind of rounding your want.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Mon, 08 Dec 2008 16:54:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Problem-with-the-round-function-Please-help/m-p/65021#M6529</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2008-12-08T16:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with the round function! Please help</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Problem-with-the-round-function-Please-help/m-p/65022#M6530</link>
      <description>Thank you very much for your great help!&lt;BR /&gt;
&lt;BR /&gt;
Best regards,</description>
      <pubDate>Tue, 09 Dec 2008 14:25:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Problem-with-the-round-function-Please-help/m-p/65022#M6530</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-12-09T14:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with the round function! Please help</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Problem-with-the-round-function-Please-help/m-p/65023#M6531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cynthia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried ROUND, ROUNDE, and ROUNDZ functions and my results still do not turn out correctly. I welcome any suggestion(s) you may have for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Hui&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2012 14:28:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Problem-with-the-round-function-Please-help/m-p/65023#M6531</guid>
      <dc:creator>hpl104</dc:creator>
      <dc:date>2012-06-13T14:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with the round function! Please help</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Problem-with-the-round-function-Please-help/m-p/65024#M6532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hui,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I did roundz, I got the answer Cynthia described.&amp;nbsp; (SAS 9.3 on Windows).&amp;nbsp; Maybe you need to show your log.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Doc Muhlbaier&lt;/P&gt;&lt;P&gt;Duke&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data testo; orig=0.54999999999999; output; Run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data testo; Set testo; &lt;/P&gt;&lt;P&gt;rnd= round(orig,0.1); &lt;/P&gt;&lt;P&gt;rnde= rounde(orig,0.1); &lt;/P&gt;&lt;P&gt;rndz= roundz(orig,0.1); &lt;/P&gt;&lt;P&gt;FILE LOG;&amp;nbsp; PUT orig rnd rnde rndz; &lt;/P&gt;&lt;P&gt;Run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;---------&lt;/P&gt;&lt;P&gt;16&amp;nbsp;&amp;nbsp; Data testo; Set testo;&lt;/P&gt;&lt;P&gt;17&amp;nbsp;&amp;nbsp; rnd= round(orig,0.1);&lt;/P&gt;&lt;P&gt;18&amp;nbsp;&amp;nbsp; rnde= rounde(orig,0.1);&lt;/P&gt;&lt;P&gt;19&amp;nbsp;&amp;nbsp; rndz= roundz(orig,0.1);&lt;/P&gt;&lt;P&gt;20&amp;nbsp;&amp;nbsp; FILE LOG;&amp;nbsp; PUT orig rnd rnde rndz;&lt;/P&gt;&lt;P&gt;21&amp;nbsp;&amp;nbsp; Run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;0.55 0.6 0.6 0.5&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2012 14:58:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Problem-with-the-round-function-Please-help/m-p/65024#M6532</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2012-06-13T14:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with the round function! Please help</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Problem-with-the-round-function-Please-help/m-p/65025#M6533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Dr. Muhlbaier. Those functions work on single numbers but not when multiplication/division is involved. Do you happen to know the equivalent SAS syntax/functon for ROUND(+B50/J50,0)) in MS Excel? I assume that the plus(+)&amp;nbsp; sign indicate a positive number and not a ceiling function but I could be wrong. &lt;SPAN lang="EN" style="color: #575757; font-family: 'Arial','sans-serif'; mso-ansi-language: EN;"&gt;Below is part of my syntax:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;result(i)= round(numerator(i)/denominator(i));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or should I use result(i)= round((ceiling(numerator(i)))/(denominator(i))) instead?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wonder if there is anything &lt;SPAN style="font-family: 'Arial','sans-serif';"&gt;missing in my code .&amp;nbsp; . . &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;Hui&lt;/P&gt;&lt;P&gt;PS: I have to convert various Excel pivot tables into SAS datasets and my results differ.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2012 16:32:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Problem-with-the-round-function-Please-help/m-p/65025#M6533</guid>
      <dc:creator>hpl104</dc:creator>
      <dc:date>2012-06-13T16:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with the round function! Please help</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Problem-with-the-round-function-Please-help/m-p/65026#M6534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately, I don't know enough about Excel to help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2012 16:45:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Problem-with-the-round-function-Please-help/m-p/65026#M6534</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2012-06-13T16:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with the round function! Please help</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Problem-with-the-round-function-Please-help/m-p/65027#M6535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AFAIK and from a very quick test in Excel the + doesn't do anything. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've seen people use it as a shortcut instead of typing equals because then excel treats it as a number/formula, and then the round was possibly introduced later on and then doesn't make sense. &lt;BR /&gt;Or apparently and old habit from a Lotus user &lt;A class="active_link" href="http://www.excelbanter.com/showthread.php?t=178349" title="http://www.excelbanter.com/showthread.php?t=178349"&gt;http://www.excelbanter.com/showthread.php?t=178349&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From a quick look at how the function works my guess would be you're looking for&lt;/P&gt;&lt;P&gt;round(numerator(i)/denominator(i), 1);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2012 20:43:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Problem-with-the-round-function-Please-help/m-p/65027#M6535</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2012-06-13T20:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with the round function! Please help</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Problem-with-the-round-function-Please-help/m-p/65028#M6536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Thanks alot Reeza. Regardless of how I write the ROUND function, I find that rounding seems to 'operate' differently in SAS and Excel. For instance 46.54421 is rounded to 47 in Excel and 46 in SAS and 46.4645 is rounded to 46 in Excel and 47 in SAS. I will check the link out.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2012 20:12:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Problem-with-the-round-function-Please-help/m-p/65028#M6536</guid>
      <dc:creator>hpl104</dc:creator>
      <dc:date>2012-06-18T20:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with the round function! Please help</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Problem-with-the-round-function-Please-help/m-p/65029#M6537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No it doesn't...46.544 rounds to 47 and 46.4645 rounds to 46 as expected in both SAS 9.2 and 9.3&lt;/P&gt;&lt;P&gt;I couldn't find a consistent way to get your results either, so you may want to post the code and the numbers you're trying to replicate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2119&amp;nbsp; data _null_;&lt;/P&gt;&lt;P&gt;2120&amp;nbsp; x= round(46.54421, 1);&lt;/P&gt;&lt;P&gt;2121&amp;nbsp; y= round(46.4645, 1);&lt;/P&gt;&lt;P&gt;2122&lt;/P&gt;&lt;P&gt;2123&amp;nbsp; put x y;&lt;/P&gt;&lt;P&gt;2124&amp;nbsp; run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;47 46&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2012 20:20:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Problem-with-the-round-function-Please-help/m-p/65029#M6537</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2012-06-18T20:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with the round function! Please help</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Problem-with-the-round-function-Please-help/m-p/65030#M6538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not when I do divisions. 46.54421 and 46.4645 are elements of result(i).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;result(i)= round(numerator(i)/denominator(i))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, Reeza.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2012 20:28:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Problem-with-the-round-function-Please-help/m-p/65030#M6538</guid>
      <dc:creator>hpl104</dc:creator>
      <dc:date>2012-06-18T20:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with the round function! Please help</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Problem-with-the-round-function-Please-help/m-p/65031#M6539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are numerator(i) and denominator(i)? And what format is applied to the numbers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I still can't get those numbers you're getting, so there's something missing somewhere:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data test;&lt;/P&gt;&lt;P&gt;x= 46.54;&lt;/P&gt;&lt;P&gt;y= 46.46;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do i =1 to 5;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; numerator1=4654*i;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; numerator2=4646*i;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; denominator=i*100;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; unround1=numerator1/denominator;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; unround2=numerator2/denominator;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; round1=round(numerator1/denominator);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; round2=round(numerator2/denominator);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; output;&lt;/P&gt;&lt;P&gt;end;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc print data=test;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2012 20:50:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Problem-with-the-round-function-Please-help/m-p/65031#M6539</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2012-06-18T20:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with the round function! Please help</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Problem-with-the-round-function-Please-help/m-p/65032#M6540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;demoninator = 49.2333333333333333&lt;/P&gt;&lt;P&gt;numerator = 1.057775751&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again, Reeza&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="129"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD align="right" height="19" width="129"&gt;1.057775751&lt;/TD&gt; &lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="129"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD align="right" height="19" width="129"&gt;1.057775751&lt;/TD&gt; &lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2012 17:45:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Problem-with-the-round-function-Please-help/m-p/65032#M6540</guid>
      <dc:creator>hpl104</dc:creator>
      <dc:date>2012-06-19T17:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with the round function! Please help</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Problem-with-the-round-function-Please-help/m-p/65033#M6541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It works fine for me still, rounds to 47 as expected, there's something else in code that's causing this issue, not the round function, provide the full code for the data step.&lt;/P&gt;&lt;P&gt;183&amp;nbsp; data _null_;&lt;/P&gt;&lt;P&gt;184&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; x= round(49.23333333/1.0577775751, 1);&lt;/P&gt;&lt;P&gt;185&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; x2=49.233333/1.0577775751;&lt;/P&gt;&lt;P&gt;186&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; put x x2;&lt;/P&gt;&lt;P&gt;187&amp;nbsp; run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;47 46.54412625&lt;/P&gt;&lt;P&gt;NOTE: DATA statement used (Total process time):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; real time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.00 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cpu time&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2012 18:33:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Problem-with-the-round-function-Please-help/m-p/65033#M6541</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2012-06-19T18:33:33Z</dc:date>
    </item>
  </channel>
</rss>

