<?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: Length of string variable with 11 characters/digits = 13? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Length-of-string-variable-with-11-characters-digits-13/m-p/390365#M93618</link>
    <description>&lt;P&gt;What are the formats and types associated with the variable?&lt;/P&gt;</description>
    <pubDate>Wed, 23 Aug 2017 18:00:21 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2017-08-23T18:00:21Z</dc:date>
    <item>
      <title>Length of string variable with 11 characters/digits = 13?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Length-of-string-variable-with-11-characters-digits-13/m-p/390347#M93609</link>
      <description>&lt;P&gt;I am working with a string variable (DELIV) that should have a maximum of 11 characters or digits. To prepare this variable, I used the COMPRESS function to remove all spaces.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To check and then clean this variable, I ran the following syntax:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data checklength;&lt;/P&gt;&lt;P&gt;set check;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; length_deliv = length(deliv);&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;lengthn_deliv = lengthn(deliv);&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;lengthc_deliv = lengthc(deliv);&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here are the results from the SAS Output&lt;/P&gt;&lt;DIV class="branch"&gt;&lt;DIV&gt;&lt;DIV align="center"&gt;length_deliv Frequency Percent Cumulative&lt;BR /&gt;Frequency Cumulative&lt;BR /&gt;Percent 2 10 11 13 33 &lt;TABLE cellspacing="0" cellpadding="5"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;0.21&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;0.21&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;0.42&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;0.63&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;463&lt;/TD&gt;&lt;TD&gt;97.27&lt;/TD&gt;&lt;TD&gt;466&lt;/TD&gt;&lt;TD&gt;97.90&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;9&lt;/TD&gt;&lt;TD&gt;1.89&lt;/TD&gt;&lt;TD&gt;475&lt;/TD&gt;&lt;TD&gt;99.79&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;0.21&lt;/TD&gt;&lt;TD&gt;476&lt;/TD&gt;&lt;TD&gt;100.00&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;DIV align="center"&gt;lengthn_deliv Frequency Percent Cumulative&lt;BR /&gt;Frequency Cumulative&lt;BR /&gt;Percent 2 10 11 13 33 &lt;TABLE cellspacing="0" cellpadding="5"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;0.21&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;0.21&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;0.42&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;0.63&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;463&lt;/TD&gt;&lt;TD&gt;97.27&lt;/TD&gt;&lt;TD&gt;466&lt;/TD&gt;&lt;TD&gt;97.90&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;9&lt;/TD&gt;&lt;TD&gt;1.89&lt;/TD&gt;&lt;TD&gt;475&lt;/TD&gt;&lt;TD&gt;99.79&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;0.21&lt;/TD&gt;&lt;TD&gt;476&lt;/TD&gt;&lt;TD&gt;100.00&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;DIV align="center"&gt;lengthc_deliv Frequency Percent Cumulative&lt;BR /&gt;Frequency Cumulative&lt;BR /&gt;Percent 255 &lt;TABLE cellspacing="0" cellpadding="5"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;476&lt;/TD&gt;&lt;TD&gt;100.00&lt;/TD&gt;&lt;TD&gt;476&lt;/TD&gt;&lt;TD&gt;100.00&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I ran a proc print of the 9 observations where length_deliv and lengthn_deliv = 13,&amp;nbsp; this is what the values looked like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;091705JUN07&lt;/P&gt;&lt;P&gt;262350JUL07&lt;/P&gt;&lt;P&gt;122245OCT07&lt;/P&gt;&lt;P&gt;261635OCT07&lt;/P&gt;&lt;P&gt;152145NOV07&lt;/P&gt;&lt;P&gt;181845NOV07&lt;/P&gt;&lt;P&gt;281820FEB08&lt;/P&gt;&lt;P&gt;021727APR08&lt;/P&gt;&lt;P&gt;090015APR08&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why does length_deliv and lengthn_deliv = 13 and not 11?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help will be most appreciated!&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2017 17:17:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Length-of-string-variable-with-11-characters-digits-13/m-p/390347#M93609</guid>
      <dc:creator>SM1</dc:creator>
      <dc:date>2017-08-23T17:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: Length of string variable with 11 characters/digits = 13?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Length-of-string-variable-with-11-characters-digits-13/m-p/390365#M93618</link>
      <description>&lt;P&gt;What are the formats and types associated with the variable?&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2017 18:00:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Length-of-string-variable-with-11-characters-digits-13/m-p/390365#M93618</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-08-23T18:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: Length of string variable with 11 characters/digits = 13?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Length-of-string-variable-with-11-characters-digits-13/m-p/390376#M93622</link>
      <description>&lt;P&gt;I ran a PROC CONTENTS statement to get this info.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Type = Char&lt;/P&gt;&lt;P&gt;Len = 255&lt;/P&gt;&lt;P&gt;Format = $255&lt;/P&gt;&lt;P&gt;Informat = $255&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2017 18:28:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Length-of-string-variable-with-11-characters-digits-13/m-p/390376#M93622</guid>
      <dc:creator>SM1</dc:creator>
      <dc:date>2017-08-23T18:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: Length of string variable with 11 characters/digits = 13?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Length-of-string-variable-with-11-characters-digits-13/m-p/390380#M93626</link>
      <description>&lt;P&gt;Check the values iwth a HEX format, you may have tabs or something else in there.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or apply the compress function first to remove any non printable characters - you need to use a modifier and recheck the data.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2017 18:32:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Length-of-string-variable-with-11-characters-digits-13/m-p/390380#M93626</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-08-23T18:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: Length of string variable with 11 characters/digits = 13?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Length-of-string-variable-with-11-characters-digits-13/m-p/390383#M93628</link>
      <description>&lt;P&gt;Try printing the Lengthn = 13 values with format $hex26. format to see&amp;nbsp;the non printing characters.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2017 18:47:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Length-of-string-variable-with-11-characters-digits-13/m-p/390383#M93628</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2017-08-23T18:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: Length of string variable with 11 characters/digits = 13?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Length-of-string-variable-with-11-characters-digits-13/m-p/390384#M93629</link>
      <description>&lt;P&gt;I compressed the variable to remove spaces before checking the lengths.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have several similar variables and none of the others have any values that are gt 11.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll figure out how to check the values with a HEX format.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2017 18:53:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Length-of-string-variable-with-11-characters-digits-13/m-p/390384#M93629</guid>
      <dc:creator>SM1</dc:creator>
      <dc:date>2017-08-23T18:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: Length of string variable with 11 characters/digits = 13?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Length-of-string-variable-with-11-characters-digits-13/m-p/390397#M93638</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/14779"&gt;@PG&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I ran this syntax:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc print data = checklength;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;where lengthn_deliv eq 13;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;format deliv $hex26.;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't know how to read the SAS output for the 9 values of DELIV where lengthn = 13:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="branch"&gt;&lt;DIV&gt;&lt;DIV align="center"&gt;&lt;TABLE cellspacing="0" cellpadding="5"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;30393030313541505230380D0A&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="branch"&gt;&lt;DIV&gt;&lt;DIV align="center"&gt;&lt;TABLE cellspacing="0" cellpadding="5"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;30323137323741505230380D0A&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="branch"&gt;&lt;DIV&gt;&lt;DIV align="center"&gt;&lt;TABLE cellspacing="0" cellpadding="5"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;32383138323046454230380D0A&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="branch"&gt;&lt;DIV&gt;&lt;DIV align="center"&gt;&lt;TABLE cellspacing="0" cellpadding="5"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;3138313834354E4F5630370D0A&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="branch"&gt;&lt;DIV&gt;&lt;DIV align="center"&gt;&lt;TABLE cellspacing="0" cellpadding="5"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;3135323134354E4F5630370D0A&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="branch"&gt;&lt;DIV&gt;&lt;DIV align="center"&gt;&lt;TABLE cellspacing="0" cellpadding="5"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;3236313633354F435430370D0A&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="branch"&gt;&lt;DIV&gt;&lt;DIV align="center"&gt;&lt;TABLE cellspacing="0" cellpadding="5"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;3132323234354F435430370D0A&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="branch"&gt;&lt;DIV&gt;&lt;DIV align="center"&gt;&lt;TABLE cellspacing="0" cellpadding="5"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;3236323335304A554C30370D0A&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="branch"&gt;&lt;DIV&gt;&lt;DIV align="center"&gt;&lt;TABLE cellspacing="0" cellpadding="5"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;3039313730354A554E30370D0A&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 23 Aug 2017 19:30:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Length-of-string-variable-with-11-characters-digits-13/m-p/390397#M93638</guid>
      <dc:creator>SM1</dc:creator>
      <dc:date>2017-08-23T19:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: Length of string variable with 11 characters/digits = 13?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Length-of-string-variable-with-11-characters-digits-13/m-p/390436#M93654</link>
      <description>&lt;P&gt;0D0A is CR-LF, carriage return - linefeed. So those are the invisible characters that are part of your mysterious values.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2017 21:44:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Length-of-string-variable-with-11-characters-digits-13/m-p/390436#M93654</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2017-08-23T21:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: Length of string variable with 11 characters/digits = 13?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Length-of-string-variable-with-11-characters-digits-13/m-p/390437#M93655</link>
      <description>&lt;P&gt;Use the 's' modifier with the COMPRESS() function to remove them as well and have no trailing invisible spaces.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/lefunctionsref/69762/HTML/default/viewer.htm#n0fcshr0ir3h73n1b845c4aq58hz.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/lefunctionsref/69762/HTML/default/viewer.htm#n0fcshr0ir3h73n1b845c4aq58hz.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example 3 covers this in the doc.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2017 21:49:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Length-of-string-variable-with-11-characters-digits-13/m-p/390437#M93655</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-08-23T21:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: Length of string variable with 11 characters/digits = 13?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Length-of-string-variable-with-11-characters-digits-13/m-p/390462#M93667</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used this syntax to compress a number of similar variables:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data want; *compress values to get rid of all spaces;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; set have;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; array change(9)&amp;nbsp; Inc Alert Launch OnSce Locate Recov Deliv RTB SubmitDate;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; do i = 1 to 9;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;change(i)=compress(change(i), , 's');&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;end;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It worked perfectly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2017 23:26:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Length-of-string-variable-with-11-characters-digits-13/m-p/390462#M93667</guid>
      <dc:creator>SM1</dc:creator>
      <dc:date>2017-08-23T23:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: Length of string variable with 11 characters/digits = 13?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Length-of-string-variable-with-11-characters-digits-13/m-p/390463#M93668</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/462"&gt;@PGStats&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Indeed, there were invisible characters.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for explaining 0D0A .&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2017 23:28:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Length-of-string-variable-with-11-characters-digits-13/m-p/390463#M93668</guid>
      <dc:creator>SM1</dc:creator>
      <dc:date>2017-08-23T23:28:03Z</dc:date>
    </item>
  </channel>
</rss>

