<?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: [Script] Color Gradient Output in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Script-Color-Gradient-Output/m-p/41069#M23954</link>
    <description>&lt;P&gt;I hope this is what you are asking for.&lt;/P&gt;
&lt;P&gt;To change the color pattern, all you have to do is to change the Gradient Pattern and/or the color range. &amp;nbsp;Below I have taken the first column N(1) and changed it's gradient&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;R1:"N(1)" &amp;lt;&amp;lt; Set Property( "Color Gradient", {"Blue to Green to Red", Range( {31, 284, 150} )} ) &amp;lt;&amp;lt; Color Cell by Value;
R1:"N(8)" &amp;lt;&amp;lt; Set Property( "Color Gradient", {"White to Orange", Range( {0, 547, 187.945945945946} )} ) &amp;lt;&amp;lt; Color Cell by Value;
R1:"N(9)" &amp;lt;&amp;lt; Set Property( "Color Gradient", {"White to Orange", Range( {0, 547, 187.945945945946} )} ) &amp;lt;&amp;lt; Color Cell by Value;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 22 Jun 2017 14:17:19 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2017-06-22T14:17:19Z</dc:date>
    <item>
      <title>[Script] Color Gradient Output</title>
      <link>https://community.jmp.com/t5/Discussions/Script-Color-Gradient-Output/m-p/41051#M23942</link>
      <description>&lt;P&gt;R1=(dt&amp;lt;&amp;lt; Tabulate(&lt;BR /&gt;Show Control Panel( 0 ),&lt;BR /&gt;Show Tooltip( 1 ),&lt;BR /&gt;Add Table(&lt;BR /&gt;Column Table( Statistics( N )),&lt;BR /&gt;Column Table( Grouping Columns( :Name( "TEST" ) ), Statistics( Row %, N )),&lt;BR /&gt;Row Table( Grouping Columns( :Radius ) )&lt;BR /&gt;)&lt;BR /&gt;)) &amp;lt;&amp;lt; Make Into Data Table;&lt;/P&gt;&lt;P&gt;R1:"N(1)"&amp;lt;&amp;lt; Set Property( "Color Gradient", {"White to Orange", Range( {0, 547, 187.945945945946} )} )&lt;BR /&gt;&amp;lt;&amp;lt; Color Cell by Value;&lt;BR /&gt;R1:"N(8)"&amp;lt;&amp;lt; Set Property( "Color Gradient", {"White to Orange", Range( {0, 547, 187.945945945946} )} )&lt;BR /&gt;&amp;lt;&amp;lt; Color Cell by Value;&lt;/P&gt;&lt;P&gt;R1:"N(9)"&amp;lt;&amp;lt; Set Property( "Color Gradient", {"White to Orange", Range( {0, 547, 187.945945945946} )} )&lt;BR /&gt;&amp;lt;&amp;lt; Color Cell by Value;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The output of the script above is combined together. Therefore the colour gradient that is set for N(1), N(8), N(9) has combined, how do i seperate each N(s) to have their own specific colour gradient&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2017 02:55:56 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Script-Color-Gradient-Output/m-p/41051#M23942</guid>
      <dc:creator>kuanaunwei</dc:creator>
      <dc:date>2017-06-22T02:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: [Script] Color Gradient Output</title>
      <link>https://community.jmp.com/t5/Discussions/Script-Color-Gradient-Output/m-p/41052#M23943</link>
      <description>&lt;P&gt;Can you provide the R1 data table?&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2017 03:45:17 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Script-Color-Gradient-Output/m-p/41052#M23943</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2017-06-22T03:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: [Script] Color Gradient Output</title>
      <link>https://community.jmp.com/t5/Discussions/Script-Color-Gradient-Output/m-p/41053#M23944</link>
      <description>&lt;P&gt;Hi, the attachment is the R1 data table&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2017 05:41:45 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Script-Color-Gradient-Output/m-p/41053#M23944</guid>
      <dc:creator>kuanaunwei</dc:creator>
      <dc:date>2017-06-22T05:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: [Script] Color Gradient Output</title>
      <link>https://community.jmp.com/t5/Discussions/Script-Color-Gradient-Output/m-p/41069#M23954</link>
      <description>&lt;P&gt;I hope this is what you are asking for.&lt;/P&gt;
&lt;P&gt;To change the color pattern, all you have to do is to change the Gradient Pattern and/or the color range. &amp;nbsp;Below I have taken the first column N(1) and changed it's gradient&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;R1:"N(1)" &amp;lt;&amp;lt; Set Property( "Color Gradient", {"Blue to Green to Red", Range( {31, 284, 150} )} ) &amp;lt;&amp;lt; Color Cell by Value;
R1:"N(8)" &amp;lt;&amp;lt; Set Property( "Color Gradient", {"White to Orange", Range( {0, 547, 187.945945945946} )} ) &amp;lt;&amp;lt; Color Cell by Value;
R1:"N(9)" &amp;lt;&amp;lt; Set Property( "Color Gradient", {"White to Orange", Range( {0, 547, 187.945945945946} )} ) &amp;lt;&amp;lt; Color Cell by Value;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 22 Jun 2017 14:17:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Script-Color-Gradient-Output/m-p/41069#M23954</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2017-06-22T14:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: [Script] Color Gradient Output</title>
      <link>https://community.jmp.com/t5/Discussions/Script-Color-Gradient-Output/m-p/41288#M24095</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Well I am doing it this way, but as the data size increases to N(99), all columns would not apply the colour patterns.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there another way to apply the colour patterns?&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2017 02:17:24 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Script-Color-Gradient-Output/m-p/41288#M24095</guid>
      <dc:creator>kuanaunwei</dc:creator>
      <dc:date>2017-06-28T02:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: [Script] Color Gradient Output</title>
      <link>https://community.jmp.com/t5/Discussions/Script-Color-Gradient-Output/m-p/41290#M24096</link>
      <description>&lt;P&gt;Can you please explain why going above 99 columns would be a limitation? &amp;nbsp;I don't understand your comment.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2017 02:26:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Script-Color-Gradient-Output/m-p/41290#M24096</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2017-06-28T02:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: [Script] Color Gradient Output</title>
      <link>https://community.jmp.com/t5/Discussions/Script-Color-Gradient-Output/m-p/41293#M24097</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="This is run with the given script" style="width: 550px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/6610i53FB30F2781C211D/image-size/large?v=v2&amp;amp;px=999" role="button" title="s1.PNG" alt="This is run with the given script" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;This is run with the given script&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="This is the type colour gradient that i am talking about" style="width: 450px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/6611i2F3DD7C9D732BB14/image-size/large?v=v2&amp;amp;px=999" role="button" title="s2.PNG" alt="This is the type colour gradient that i am talking about" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;This is the type colour gradient that i am talking about&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like the output from picture 2&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2017 02:43:46 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Script-Color-Gradient-Output/m-p/41293#M24097</guid>
      <dc:creator>kuanaunwei</dc:creator>
      <dc:date>2017-06-28T02:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: [Script] Color Gradient Output</title>
      <link>https://community.jmp.com/t5/Discussions/Script-Color-Gradient-Output/m-p/41295#M24099</link>
      <description>&lt;P&gt;I must be missing something, because the color gradient, and the specified range you can control. &amp;nbsp;So I don't see why there is an issue with the colors not being set as you desire. &amp;nbsp;Below is an example of letting the coloring being set by JMP evalueating the range of the values, and a second example of you setting the values.&lt;/P&gt;
&lt;P&gt;These values can be set by calculating the column means, or whatever method you want&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names default to here(1);
dt=open("$SAMPLE_DATA\big class.jmp");
dt&amp;lt;&amp;lt;new column("zero to three", formula(random integer(0,3)));
dt&amp;lt;&amp;lt;new column("zero to three 2", formula(random integer(0,3)));
dt:zero to three &amp;lt;&amp;lt; Set Property( "Color Gradient", {"White to Orange"} ) &amp;lt;&amp;lt; Color Cell by Value;
dt:zero to three 2 &amp;lt;&amp;lt; Set Property( "Color Gradient", {"White to Orange",Range( {0,3,1.5} )}) &amp;lt;&amp;lt; Color Cell by Value;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Now, if you want to explicitly set a color to a specific cell, then you can do that. &amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
:Age &amp;lt;&amp;lt; Color Cells( "Red",5 );&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 28 Jun 2017 03:42:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Script-Color-Gradient-Output/m-p/41295#M24099</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2017-06-28T03:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: [Script] Color Gradient Output</title>
      <link>https://community.jmp.com/t5/Discussions/Script-Color-Gradient-Output/m-p/41296#M24100</link>
      <description>&lt;P&gt;Ok, I have understood the problem of my script. Try running this.&lt;/P&gt;&lt;PRE class=" language-jsl"&gt;&lt;CODE class="  language-jsl"&gt;&lt;SPAN class="token function"&gt;Names default to here&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;(&lt;/SPAN&gt;&lt;SPAN class="token number"&gt;1&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;)&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;
dt&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;open&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;(&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;"$SAMPLE_DATA\big class.jmp"&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;)&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;
dt&lt;SPAN class="token operator"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;new column&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;(&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;"zero to three"&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;,&lt;/SPAN&gt; formula&lt;SPAN class="token punctuation"&gt;(&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;random integer&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;(&lt;/SPAN&gt;&lt;SPAN class="token number"&gt;0&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;,&lt;/SPAN&gt;&lt;SPAN class="token number"&gt;3&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;)&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;)&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;)&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;
dt&lt;SPAN class="token operator"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;new column&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;(&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;"zero to three 2"&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;,&lt;/SPAN&gt; formula&lt;SPAN class="token punctuation"&gt;(&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;random integer&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;(&lt;/SPAN&gt;&lt;SPAN class="token number"&gt;0&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;,&lt;/SPAN&gt;&lt;SPAN class="token number"&gt;3&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;)&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;)&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;)&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;;&lt;BR /&gt;&lt;/SPAN&gt;dt&amp;lt;&amp;lt;new column("zero to three 4, formula(random integer(0,3)));
dt&lt;SPAN class="token punctuation"&gt;:&lt;/SPAN&gt;zero to three &lt;SPAN class="token operator"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;&amp;lt;&lt;/SPAN&gt; Set Property&lt;SPAN class="token punctuation"&gt;(&lt;/SPAN&gt; &lt;SPAN class="token string"&gt;"Color Gradient"&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;,&lt;/SPAN&gt; &lt;SPAN class="token punctuation"&gt;{&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;"White to Orange"&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;}&lt;/SPAN&gt; &lt;SPAN class="token punctuation"&gt;)&lt;/SPAN&gt; &lt;SPAN class="token operator"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;&amp;lt;&lt;/SPAN&gt; Color Cell by Value&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;
dt&lt;SPAN class="token punctuation"&gt;:&lt;/SPAN&gt;zero to three &lt;SPAN class="token number"&gt;2&lt;/SPAN&gt; &lt;SPAN class="token operator"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;&amp;lt;&lt;/SPAN&gt; Set Property&lt;SPAN class="token punctuation"&gt;(&lt;/SPAN&gt; &lt;SPAN class="token string"&gt;"Color Gradient"&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;,&lt;/SPAN&gt; &lt;SPAN class="token punctuation"&gt;{&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;"White to Orange"&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;}&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;)&lt;/SPAN&gt; &lt;SPAN class="token operator"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;&amp;lt;&lt;/SPAN&gt; Color Cell by Value&lt;SPAN class="token punctuation"&gt;;&lt;BR /&gt;dt:zero to three 3 &amp;lt;&amp;lt; Set Property( "Color Gradient", {"White to Orange"}) &amp;lt;&amp;lt; Color Cell by Value;&lt;BR /&gt;dt:zero to three 4 &amp;lt;&amp;lt; Set Property( "Color Gradient", {"White to Orange"}) &amp;lt;&amp;lt; Color Cell by Value&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2017 05:44:08 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Script-Color-Gradient-Output/m-p/41296#M24100</guid>
      <dc:creator>kuanaunwei</dc:creator>
      <dc:date>2017-06-28T05:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: [Script] Color Gradient Output</title>
      <link>https://community.jmp.com/t5/Discussions/Script-Color-Gradient-Output/m-p/41297#M24101</link>
      <description>&lt;P&gt;The script fails because there is not a column defined called:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Zero to Three 3&lt;/P&gt;
&lt;P&gt;The log issues the following error&lt;/P&gt;
&lt;PRE&gt;Scoped data table access requires a data table column or variable in access or evaluation of 'dt:zero to three 3' , dt:zero to three 3/*###*/&lt;/PRE&gt;
&lt;P&gt;This can be handled in several ways. &amp;nbsp;If you want to continue using "Hard Coding" you can overcome the issue with the "Try" function:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA\big class.jmp" );
dt &amp;lt;&amp;lt; New Column( "zero to three", formula( Random Integer( 0, 3 ) ) );
dt &amp;lt;&amp;lt; New Column( "zero to three 2", formula( Random Integer( 0, 3 ) ) );
dt &amp;lt;&amp;lt; New Column( "zero to three 4", formula( Random Integer( 0, 3 ) ) );
Try( dt:zero to three &amp;lt;&amp;lt; Set Property( "Color Gradient", {"White to Orange"} ) &amp;lt;&amp;lt; Color Cell by Value );
Try( dt:zero to three 2 &amp;lt;&amp;lt; Set Property( "Color Gradient", {"White to Orange"} ) &amp;lt;&amp;lt; Color Cell by Value );
Try( dt:zero to three 3 &amp;lt;&amp;lt; Set Property( "Color Gradient", {"White to Orange"} ) &amp;lt;&amp;lt; Color Cell by Value );
Try( dt:zero to three 4 &amp;lt;&amp;lt; Set Property( "Color Gradient", {"White to Orange"} ) &amp;lt;&amp;lt; Color Cell by Value );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Or, you can get a little more advanced and look and see if what names match the pattern you want, and if it does match it, then apply the color gradient:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA\big class.jmp" );
dt &amp;lt;&amp;lt; New Column( "zero to three", formula( Random Integer( 0, 3 ) ) );
dt &amp;lt;&amp;lt; New Column( "zero to three 2", formula( Random Integer( 0, 3 ) ) );
dt &amp;lt;&amp;lt; New Column( "zero to three 4", formula( Random Integer( 0, 3 ) ) );
ColNames = dt &amp;lt;&amp;lt; get column names( string, numeric );
For( i = 1, i &amp;lt;= N Items( ColNames ), i++,
	If( Contains( Uppercase( ColNames[i] ), "ZERO TO THREE" ) == 1,
		Column( dt, ColNames[i] ) &amp;lt;&amp;lt; Set Property( "Color Gradient", {"White to Orange"} ) &amp;lt;&amp;lt; Color Cell by Value
	)
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Is this the issue you are trying to work around?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2017 07:12:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Script-Color-Gradient-Output/m-p/41297#M24101</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2017-06-28T07:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: [Script] Color Gradient Output</title>
      <link>https://community.jmp.com/t5/Discussions/Script-Color-Gradient-Output/m-p/41301#M24103</link>
      <description>&lt;P&gt;Hi, yes this was the issue i was trying to solve. Thanks alot for the help and guidance. Sorry for my poor english. Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2017 07:57:47 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Script-Color-Gradient-Output/m-p/41301#M24103</guid>
      <dc:creator>kuanaunwei</dc:creator>
      <dc:date>2017-06-28T07:57:47Z</dc:date>
    </item>
  </channel>
</rss>

