<?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: Wrap Text of Values on Y axis in proc sgplot in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Wrap-Text-of-Values-on-Y-axis-in-proc-sgplot/m-p/90389#M3346</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The 'descending' option orders by bar heights, not the labels.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To sort the groups in a certain order, you'll either have to hard-code the values in the order= of the group's axis statement, such as ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;axis2 order=('the group I want first' 'the group I want second' 'and so on');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you could assign numeric values to correspond to the groups, and make those numeric values in the order you want, and plot them instead of the text groups ... and then use a user-defined-format to make those numeric values show up as the text values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or, if you're not too picky about the exact text, you might could pre-pend something that will help you force the default alphabetical order to sort in the way you want (such as pre-pending a '1: ' and a '2:', and so on) in front of your text values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, there's a bug related to specifying custom order for values &amp;gt;32 characters in SAS 9.2 ... this bug is fixed in SAS 9.3 - hopefully you're using 9.3! &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Jun 2013 13:56:07 GMT</pubDate>
    <dc:creator>GraphGuy</dc:creator>
    <dc:date>2013-06-14T13:56:07Z</dc:date>
    <item>
      <title>Wrap Text of Values on Y axis in proc sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Wrap-Text-of-Values-on-Y-axis-in-proc-sgplot/m-p/90380#M3337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a horizontal bar chart that has very long data labels so that the chart itself is truncated. Is there a way to either wrap the text or expand the right side of the graph?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used proc sgplot because I want the groups to be stacked on top of one another, which I don't think is possible in proc gchart. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see have.png for what the chart looks like and want.png as an example of how I'd like it to look. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Sarah&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11186i84978E0679BFAB72/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="have.png" title="have.png" /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11187iF9EB1A19835EB188/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="want.PNG" title="want.PNG" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 16:43:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Wrap-Text-of-Values-on-Y-axis-in-proc-sgplot/m-p/90380#M3337</guid>
      <dc:creator>sarahsasuser</dc:creator>
      <dc:date>2013-05-30T16:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: Wrap Text of Values on Y axis in proc sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Wrap-Text-of-Values-on-Y-axis-in-proc-sgplot/m-p/90381#M3338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you don't find an sgplot solution, here's how to do it in gchart (I don't seem to be able to copy-n-paste legibly into here today, so see attached foo.sas) ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 17:17:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Wrap-Text-of-Values-on-Y-axis-in-proc-sgplot/m-p/90381#M3338</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2013-05-30T17:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: Wrap Text of Values on Y axis in proc sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Wrap-Text-of-Values-on-Y-axis-in-proc-sgplot/m-p/90382#M3339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you can make a stacked group bar chart with GCHART.&amp;nbsp; Use SUBGROUP option.&amp;nbsp; With SGPLOT you can use HBAR to place labels from another variable, but there is no way to automatically wrap long data Labels.&amp;nbsp; If you can split the labels yourself, you can use SGANNO.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 17:19:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Wrap-Text-of-Values-on-Y-axis-in-proc-sgplot/m-p/90382#M3339</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2013-05-30T17:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: Wrap Text of Values on Y axis in proc sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Wrap-Text-of-Values-on-Y-axis-in-proc-sgplot/m-p/90383#M3340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Robert! This works. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 18:41:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Wrap-Text-of-Values-on-Y-axis-in-proc-sgplot/m-p/90383#M3340</guid>
      <dc:creator>sarahsasuser</dc:creator>
      <dc:date>2013-05-30T18:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: Wrap Text of Values on Y axis in proc sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Wrap-Text-of-Values-on-Y-axis-in-proc-sgplot/m-p/90384#M3341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sanjay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am curious about SGANNO. I know how to add that to the sgplot procedure, but I don't know how to format the annotated dataset so that this will work properly. Can you point me to an example?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sarah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 18:47:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Wrap-Text-of-Values-on-Y-axis-in-proc-sgplot/m-p/90384#M3341</guid>
      <dc:creator>sarahsasuser</dc:creator>
      <dc:date>2013-05-30T18:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: Wrap Text of Values on Y axis in proc sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Wrap-Text-of-Values-on-Y-axis-in-proc-sgplot/m-p/90385#M3342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Here is an article using SGANNO.&amp;nbsp; It works mostly like annotate, with a few differences.&amp;nbsp; i suggest you look up the doc, or Ch 9 of the SGPROCEDURES book.&amp;nbsp; The TEXT function wraps text within the specified width.&amp;nbsp; So you don't have to split the text, just specify a wrapping width.&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;A href="http://blogs.sas.com/content/graphicallyspeaking/2012/07/15/risk-tables-annotated-or-not/" title="http://blogs.sas.com/content/graphicallyspeaking/2012/07/15/risk-tables-annotated-or-not/"&gt;Risk tables, annotated or not - Graphically Speaking&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 19:05:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Wrap-Text-of-Values-on-Y-axis-in-proc-sgplot/m-p/90385#M3342</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2013-05-30T19:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: Wrap Text of Values on Y axis in proc sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Wrap-Text-of-Values-on-Y-axis-in-proc-sgplot/m-p/90386#M3343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm having an issue with ordering the data using the split option. I'd like the chart to be in descending order, but when I add that option (in bold) the split stops working. Any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Sarah&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;axis1 label=none value=none;&lt;/P&gt;&lt;P&gt;axis2 label=none value=(justify=right) split='\' &lt;STRONG&gt;order=descending&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc gchart data=foo;&lt;/P&gt;&lt;P&gt;hbar colorvar / discrete type=sum sumvar=my_value subgroup=colorvar&lt;/P&gt;&lt;P&gt;group=label space=0 maxis=axis1 gaxis=axis2;&lt;/P&gt;&lt;P&gt;run; quit;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 18:01:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Wrap-Text-of-Values-on-Y-axis-in-proc-sgplot/m-p/90386#M3343</guid>
      <dc:creator>sarahsasuser</dc:creator>
      <dc:date>2013-06-13T18:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: Wrap Text of Values on Y axis in proc sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Wrap-Text-of-Values-on-Y-axis-in-proc-sgplot/m-p/90387#M3344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"order=descending" is not a valid option to put on the axis statement.&amp;nbsp; The log shows the following...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;332&amp;nbsp; axis2 label=none value=(justify=right) split='\' order=descending;&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;&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;&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;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ----------&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;&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;&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;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 22&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;&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;&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;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 76&lt;BR /&gt;ERROR 22-322: Syntax error, expecting one of the following: a quoted string, a numeric constant,&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; a datetime constant, (.&lt;/P&gt;&lt;P&gt;ERROR 76-322: Syntax error, statement will be ignored.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jun 2013 12:08:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Wrap-Text-of-Values-on-Y-axis-in-proc-sgplot/m-p/90387#M3344</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2013-06-14T12:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: Wrap Text of Values on Y axis in proc sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Wrap-Text-of-Values-on-Y-axis-in-proc-sgplot/m-p/90388#M3345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Robert. How do I get the data in the order I want it in? I want to reorder the group variable by descending. I've sorted the data by the group variable before running the chart and that doesn't work. I've added the descending option to the options after the '/' in the hbar statement and that doesn't work either. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sarah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jun 2013 13:19:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Wrap-Text-of-Values-on-Y-axis-in-proc-sgplot/m-p/90388#M3345</guid>
      <dc:creator>sarahsasuser</dc:creator>
      <dc:date>2013-06-14T13:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: Wrap Text of Values on Y axis in proc sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Wrap-Text-of-Values-on-Y-axis-in-proc-sgplot/m-p/90389#M3346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The 'descending' option orders by bar heights, not the labels.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To sort the groups in a certain order, you'll either have to hard-code the values in the order= of the group's axis statement, such as ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;axis2 order=('the group I want first' 'the group I want second' 'and so on');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you could assign numeric values to correspond to the groups, and make those numeric values in the order you want, and plot them instead of the text groups ... and then use a user-defined-format to make those numeric values show up as the text values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or, if you're not too picky about the exact text, you might could pre-pend something that will help you force the default alphabetical order to sort in the way you want (such as pre-pending a '1: ' and a '2:', and so on) in front of your text values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, there's a bug related to specifying custom order for values &amp;gt;32 characters in SAS 9.2 ... this bug is fixed in SAS 9.3 - hopefully you're using 9.3! &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jun 2013 13:56:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Wrap-Text-of-Values-on-Y-axis-in-proc-sgplot/m-p/90389#M3346</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2013-06-14T13:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: Wrap Text of Values on Y axis in proc sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Wrap-Text-of-Values-on-Y-axis-in-proc-sgplot/m-p/90390#M3347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, I used the order= option in the axis statement. Luckily, I do have 9.3! I found that if I used formats then SAS will order by the alphabetical order of the format, not the underlying value. And I had to wrap the text, and the split statement doesn't work with formats. Please correct me if I'm wrong. Thanks for your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sarah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jun 2013 14:17:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Wrap-Text-of-Values-on-Y-axis-in-proc-sgplot/m-p/90390#M3347</guid>
      <dc:creator>sarahsasuser</dc:creator>
      <dc:date>2013-06-14T14:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: Wrap Text of Values on Y axis in proc sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Wrap-Text-of-Values-on-Y-axis-in-proc-sgplot/m-p/90391#M3348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ahh - now that I think about it, you are correct!&amp;nbsp; For bar charts, the bar ordering is done on the formatted value, rather than the underlying numeric value.&amp;nbsp; I had entered a 'bug' on that in 2005, but the developers say it's working as intended &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jun 2013 14:21:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Wrap-Text-of-Values-on-Y-axis-in-proc-sgplot/m-p/90391#M3348</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2013-06-14T14:21:33Z</dc:date>
    </item>
  </channel>
</rss>

