<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/254852</link>
    <title>MATLAB Central Newsreader - sorting cell</title>
    <description>Feed for thread: sorting cell</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2012 by MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Sun, 28 Jun 2009 06:01:11 -0400</pubDate>
      <title>sorting cell</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/254852#660983</link>
      <author>parham</author>
      <description>hi&lt;br&gt;
I have a problem.I have a cell wich is in below, and as you see its size is 1*3&lt;br&gt;
&amp;nbsp;&lt;br&gt;
c={{83 85 84 86 86 86 94 83 83 }{19 20 19 12 16 15 13 18 15} {'b' 'c' 'a' 't' 'f' 'r' 'd' 'r' 'x'}}&lt;br&gt;
fierst column is entrance year and second is average.How can I sort this cell according to entrance year and if the entrance year are equal then it sorts according to average.for example&lt;br&gt;
c={{83 83 83 84 85 86 86 86 94}{15 18 19 19 20 12 15 16 15}{{'b' 'c' 'a' 't' 'f' 'r' 'd' 'r' 'x'}}&lt;br&gt;
thanks in advance</description>
    </item>
    <item>
      <pubDate>Sun, 28 Jun 2009 07:19:02 -0400</pubDate>
      <title>Re: sorting cell</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/254852#660991</link>
      <author>us</author>
      <description>parham &amp;lt;parham_iut@yahoo.com&amp;gt; wrote in message &amp;lt;9053934.40651.1246168902401.JavaMail.jakarta@nitrogen.mathforum.org&amp;gt;...&lt;br&gt;
&amp;gt; hi&lt;br&gt;
&amp;gt; I have a problem.I have a cell wich is in below, and as you see its size is 1*3&lt;br&gt;
&amp;gt;  &lt;br&gt;
&amp;gt; c={{83 85 84 86 86 86 94 83 83 }{19 20 19 12 16 15 13 18 15} {'b' 'c' 'a' 't' 'f' 'r' 'd' 'r' 'x'}}&lt;br&gt;
&amp;gt; fierst column is entrance year and second is average.How can I sort this cell according to entrance year and if the entrance year are equal then it sorts according to average.for example&lt;br&gt;
&amp;gt; c={{83 83 83 84 85 86 86 86 94}{15 18 19 19 20 12 15 16 15}{{'b' 'c' 'a' 't' 'f' 'r' 'd' 'r' 'x'}}&lt;br&gt;
&amp;gt; thanks in advance&lt;br&gt;
&lt;br&gt;
as was replied in one of your previous OPs: look at SORTROWS...&lt;br&gt;
did you even bother...&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;help sortrows;&lt;br&gt;
% -and- to prepare your particular data set C, peruse&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;help cat;&lt;br&gt;
&lt;br&gt;
us</description>
    </item>
    <item>
      <pubDate>Sun, 28 Jun 2009 07:23:00 -0400</pubDate>
      <title>Re: sorting cell</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/254852#660994</link>
      <author>Bruno Luong</author>
      <description>parham &amp;lt;parham_iut@yahoo.com&amp;gt; wrote in message &amp;lt;9053934.40651.1246168902401.JavaMail.jakarta@nitrogen.mathforum.org&amp;gt;...&lt;br&gt;
&amp;gt; hi&lt;br&gt;
&amp;gt; I have a problem.I have a cell wich is in below, and as you see its size is 1*3&lt;br&gt;
&amp;gt;  &lt;br&gt;
&amp;gt; c={{83 85 84 86 86 86 94 83 83 }{19 20 19 12 16 15 13 18 15} {'b' 'c' 'a' 't' 'f' 'r' 'd' 'r' 'x'}}&lt;br&gt;
&amp;gt; fierst column is entrance year and second is average.How can I sort this cell according to entrance year and if the entrance year are equal then it sorts according to average.for example&lt;br&gt;
&amp;gt; c={{83 83 83 84 85 86 86 86 94}{15 18 19 19 20 12 15 16 15}{{'b' 'c' 'a' 't' 'f' 'r' 'd' 'r' 'x'}}&lt;br&gt;
&amp;gt; thanks in advance&lt;br&gt;
&lt;br&gt;
Use SORT or SORTROWS, both require a formatting of your data first.&lt;br&gt;
&lt;br&gt;
Bruno</description>
    </item>
    <item>
      <pubDate>Sun, 28 Jun 2009 08:41:16 -0400</pubDate>
      <title>Re: sorting cell</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/254852#661001</link>
      <author>parham</author>
      <description>yeees but sortrows is for chracter,when I use it matlab error me</description>
    </item>
    <item>
      <pubDate>Sun, 28 Jun 2009 09:33:01 -0400</pubDate>
      <title>Re: sorting cell</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/254852#661004</link>
      <author>us</author>
      <description>parham &amp;lt;parham_iut@yahoo.com&amp;gt; wrote in message &amp;lt;30304573.41024.1246178507734.JavaMail.jakarta@nitrogen.mathforum.org&amp;gt;...&lt;br&gt;
&amp;gt; yeees but sortrows is for chracter,when I use it matlab error me&lt;br&gt;
&lt;br&gt;
NO - SORTROWS is able to handle cells of (mixed) numeric/logical/character content...&lt;br&gt;
see the help/doc...&lt;br&gt;
&lt;br&gt;
us</description>
    </item>
    <item>
      <pubDate>Sun, 28 Jun 2009 10:04:02 -0400</pubDate>
      <title>Re: sorting cell</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/254852#661007</link>
      <author>Bruno Luong</author>
      <description>parham &amp;lt;parham_iut@yahoo.com&amp;gt; wrote in message &amp;lt;30304573.41024.1246178507734.JavaMail.jakarta@nitrogen.mathforum.org&amp;gt;...&lt;br&gt;
&amp;gt; yeees but sortrows is for chracter,when I use it matlab error me&lt;br&gt;
&lt;br&gt;
You should do formatting of your data. That why the doc is for. Understand format data and be able to do conversion between them is the key in programming.&lt;br&gt;
&lt;br&gt;
Bruno</description>
    </item>
    <item>
      <pubDate>Sun, 28 Jun 2009 12:21:01 -0400</pubDate>
      <title>Re: sorting cell</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/254852#661023</link>
      <author>Oleg Komarov</author>
      <description>I feel kinda sorry and i think that one chance may be given from time to time.&lt;br&gt;
To: Parham&lt;br&gt;
Read the code and the help files of the functions in order to understand how they work. Don't ask just to solve problems for u. This is a long run-advice.&lt;br&gt;
&lt;br&gt;
% Your example:&lt;br&gt;
c={{83 83 83 84 85 86 86 86 94} {15 18 19 19 20 12 15 16 15} {'b' 'c' 'a' 't' 'f' 'r' 'd' 'r' 'x'}};&lt;br&gt;
&lt;br&gt;
% Counts the number of types of information&lt;br&gt;
Col = size(c,2);&lt;br&gt;
&lt;br&gt;
% CONDITION if u have all &quot;Col&quot; datatypes for every entry&lt;br&gt;
if ~all(diff(cellfun(@numel, c))) &lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;% Flattening (this is my/Bruno's :) function) &lt;a href=&quot;http://www.mathworks.com/matlabcentral/fileexchange/24544&quot;&gt;http://www.mathworks.com/matlabcentral/fileexchange/24544&lt;/a&gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;c = flatcell(c);&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;% Reshaping&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;c = reshape(c, [], Col);&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;% Sorting by the first and then by the second&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;c = sortrows(c, [1 2]);&lt;br&gt;
else&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;display('Missing data')&lt;br&gt;
end&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
By the way, there is also this tool that may come in handy &lt;a href=&quot;http://www.mathworks.com/matlabcentral/fileexchange/14225&quot;&gt;http://www.mathworks.com/matlabcentral/fileexchange/14225&lt;/a&gt;</description>
    </item>
    <item>
      <pubDate>Sun, 28 Jun 2009 12:22:02 -0400</pubDate>
      <title>Re: sorting cell</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/254852#661025</link>
      <author>Oleg Komarov</author>
      <description>I feel kinda sorry and i think that one chance may be given from time to time.&lt;br&gt;
To: Parham&lt;br&gt;
Read the code and the help files of the functions in order to understand how they work. Don't ask just to solve problems for u. This is a long run-advice.&lt;br&gt;
&lt;br&gt;
% Your example:&lt;br&gt;
c={{83 83 83 84 85 86 86 86 94} {15 18 19 19 20 12 15 16 15} {'b' 'c' 'a' 't' 'f' 'r' 'd' 'r' 'x'}};&lt;br&gt;
&lt;br&gt;
% Counts the number of types of information&lt;br&gt;
Col = size(c,2);&lt;br&gt;
&lt;br&gt;
% CONDITION if u have all &quot;Col&quot; datatypes for every entry&lt;br&gt;
if ~all(diff(cellfun(@numel, c))) &lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;% Flattening (this is my/Bruno's :) function) &lt;a href=&quot;http://www.mathworks.com/matlabcentral/fileexchange/24544&quot;&gt;http://www.mathworks.com/matlabcentral/fileexchange/24544&lt;/a&gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;c = flatcell(c);&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;% Reshaping&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;c = reshape(c, [], Col);&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;% Sorting by the first and then by the second&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;c = sortrows(c, [1 2]);&lt;br&gt;
else&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;display('Missing data')&lt;br&gt;
end&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
By the way, there is also this tool that may come in handy &lt;a href=&quot;http://www.mathworks.com/matlabcentral/fileexchange/14225&quot;&gt;http://www.mathworks.com/matlabcentral/fileexchange/14225&lt;/a&gt;</description>
    </item>
    <item>
      <pubDate>Sun, 28 Jun 2009 12:39:01 -0400</pubDate>
      <title>Re: sorting cell</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/254852#661028</link>
      <author>us</author>
      <description>&quot;Oleg Komarov&quot; &amp;lt;oleg.komarov@hotmail.it&amp;gt; wrote in message &amp;lt;h27n99$fbi$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; I feel kinda sorry and i think that one chance may be given from time to time.&lt;br&gt;
&amp;gt; To: Parham&lt;br&gt;
&amp;gt; Read the code and the help files of the functions in order to understand how they work. Don't ask just to solve problems for u. This is a long run-advice.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; % Your example:&lt;br&gt;
&amp;gt; c={{83 83 83 84 85 86 86 86 94} {15 18 19 19 20 12 15 16 15} {'b' 'c' 'a' 't' 'f' 'r' 'd' 'r' 'x'}};&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; % Counts the number of types of information&lt;br&gt;
&amp;gt; Col = size(c,2);&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; % CONDITION if u have all &quot;Col&quot; datatypes for every entry&lt;br&gt;
&amp;gt; if ~all(diff(cellfun(@numel, c))) &lt;br&gt;
&amp;gt;     % Flattening (this is my/Bruno's :) function) &lt;a href=&quot;http://www.mathworks.com/matlabcentral/fileexchange/24544&quot;&gt;http://www.mathworks.com/matlabcentral/fileexchange/24544&lt;/a&gt;&lt;br&gt;
&amp;gt;     c = flatcell(c);&lt;br&gt;
&amp;gt;     % Reshaping&lt;br&gt;
&amp;gt;     c = reshape(c, [], Col);&lt;br&gt;
&amp;gt;     % Sorting by the first and then by the second&lt;br&gt;
&amp;gt;     c = sortrows(c, [1 2]);&lt;br&gt;
&amp;gt; else&lt;br&gt;
&amp;gt;     display('Missing data')&lt;br&gt;
&amp;gt; end&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; By the way, there is also this tool that may come in handy &lt;a href=&quot;http://www.mathworks.com/matlabcentral/fileexchange/14225&quot;&gt;http://www.mathworks.com/matlabcentral/fileexchange/14225&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
why...&lt;br&gt;
the OP was asked to look at SORTROWS and CAT, which do the job just fine...&lt;br&gt;
&lt;br&gt;
one of the solutions&lt;br&gt;
&lt;br&gt;
% the (ori) data&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;c={     % &amp;lt;- 1 x 3 cell array of cells&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{83 85 84 86 86 86 94 83 83},...&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{19 20 19 12 16 15 13 18 15},...&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{'b' 'c' 'a' 't' 'f' 'r' 'd' 'r' 'x'}&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;};&lt;br&gt;
% the engine&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;cc=cat(1,c{:}).';&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;r=sortrows(cc,[1,2]);&lt;br&gt;
% the result&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;disp(r);&lt;br&gt;
%{&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[83]    [15]    'x'&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[83]    [18]    'r'&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[83]    [19]    'b'&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[84]    [19]    'a'&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[85]    [20]    'c'&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[86]    [12]    't'&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[86]    [15]    'r'&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[86]    [16]    'f'&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[94]    [13]    'd'&lt;br&gt;
%}&lt;br&gt;
&lt;br&gt;
us</description>
    </item>
    <item>
      <pubDate>Sun, 28 Jun 2009 13:14:01 -0400</pubDate>
      <title>Re: sorting cell</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/254852#661032</link>
      <author>Oleg Komarov</author>
      <description>&quot;us &quot; &amp;lt;us@neurol.unizh.ch&amp;gt; wrote in message &amp;lt;h27o95$hnd$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &quot;Oleg Komarov&quot; &amp;lt;oleg.komarov@hotmail.it&amp;gt; wrote in message &amp;lt;h27n99$fbi$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; I feel kinda sorry and i think that one chance may be given from time to time.&lt;br&gt;
&amp;gt; &amp;gt; To: Parham&lt;br&gt;
&amp;gt; &amp;gt; Read the code and the help files of the functions in order to understand how they work. Don't ask just to solve problems for u. This is a long run-advice.&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; % Your example:&lt;br&gt;
&amp;gt; &amp;gt; c={{83 83 83 84 85 86 86 86 94} {15 18 19 19 20 12 15 16 15} {'b' 'c' 'a' 't' 'f' 'r' 'd' 'r' 'x'}};&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; % Counts the number of types of information&lt;br&gt;
&amp;gt; &amp;gt; Col = size(c,2);&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; % CONDITION if u have all &quot;Col&quot; datatypes for every entry&lt;br&gt;
&amp;gt; &amp;gt; if ~all(diff(cellfun(@numel, c))) &lt;br&gt;
&amp;gt; &amp;gt;     % Flattening (this is my/Bruno's :) function) &lt;a href=&quot;http://www.mathworks.com/matlabcentral/fileexchange/24544&quot;&gt;http://www.mathworks.com/matlabcentral/fileexchange/24544&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;gt;     c = flatcell(c);&lt;br&gt;
&amp;gt; &amp;gt;     % Reshaping&lt;br&gt;
&amp;gt; &amp;gt;     c = reshape(c, [], Col);&lt;br&gt;
&amp;gt; &amp;gt;     % Sorting by the first and then by the second&lt;br&gt;
&amp;gt; &amp;gt;     c = sortrows(c, [1 2]);&lt;br&gt;
&amp;gt; &amp;gt; else&lt;br&gt;
&amp;gt; &amp;gt;     display('Missing data')&lt;br&gt;
&amp;gt; &amp;gt; end&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; By the way, there is also this tool that may come in handy &lt;a href=&quot;http://www.mathworks.com/matlabcentral/fileexchange/14225&quot;&gt;http://www.mathworks.com/matlabcentral/fileexchange/14225&lt;/a&gt;&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; why...&lt;br&gt;
&amp;gt; the OP was asked to look at SORTROWS and CAT, which do the job just fine...&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; one of the solutions&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; % the (ori) data&lt;br&gt;
&amp;gt;      c={     % &amp;lt;- 1 x 3 cell array of cells&lt;br&gt;
&amp;gt;           {83 85 84 86 86 86 94 83 83},...&lt;br&gt;
&amp;gt;           {19 20 19 12 16 15 13 18 15},...&lt;br&gt;
&amp;gt;           {'b' 'c' 'a' 't' 'f' 'r' 'd' 'r' 'x'}&lt;br&gt;
&amp;gt;      };&lt;br&gt;
&amp;gt; % the engine&lt;br&gt;
&amp;gt;      cc=cat(1,c{:}).';&lt;br&gt;
&amp;gt;      r=sortrows(cc,[1,2]);&lt;br&gt;
&amp;gt; % the result&lt;br&gt;
&amp;gt;      disp(r);&lt;br&gt;
&amp;gt; %{&lt;br&gt;
&amp;gt;           [83]    [15]    'x'&lt;br&gt;
&amp;gt;           [83]    [18]    'r'&lt;br&gt;
&amp;gt;           [83]    [19]    'b'&lt;br&gt;
&amp;gt;           [84]    [19]    'a'&lt;br&gt;
&amp;gt;           [85]    [20]    'c'&lt;br&gt;
&amp;gt;           [86]    [12]    't'&lt;br&gt;
&amp;gt;           [86]    [15]    'r'&lt;br&gt;
&amp;gt;           [86]    [16]    'f'&lt;br&gt;
&amp;gt;           [94]    [13]    'd'&lt;br&gt;
&amp;gt; %}&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; us&lt;br&gt;
&lt;br&gt;
Deeply right!</description>
    </item>
  </channel>
</rss>

