<?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: How to remove yellow color in VBA Forum</title>
    <link>https://forums.autodesk.com/t5/vba-forum/how-to-remove-yellow-color/m-p/1528546#M37741</link>
    <description>Hi chubby667,&lt;BR /&gt;
No, I 'm will not creating a button to execute a VB,it's too far solution &lt;BR /&gt;
for me,I'm still beginner,knowledge in VBA = 0.&lt;BR /&gt;
&lt;BR /&gt;
&lt;CHUBBY667&gt; wrote in message news:5058071@discussion.autodesk.com...&lt;BR /&gt;
I think, you can creat button and use macro, assign value button is funtion.&lt;BR /&gt;
&lt;BR /&gt;
Maybe that is another way use.&lt;/CHUBBY667&gt;</description>
    <pubDate>Fri, 13 Jan 2006 02:39:28 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2006-01-13T02:39:28Z</dc:date>
    <item>
      <title>How to remove yellow color</title>
      <link>https://forums.autodesk.com/t5/vba-forum/how-to-remove-yellow-color/m-p/1528539#M37734</link>
      <description>I just this code from "How to make a layout active,reply by R.Robert Bell,at &lt;BR /&gt;
6/23/2004",and then tested it,but in VBA editor window ,display the yellow &lt;BR /&gt;
color.&lt;BR /&gt;
I really don't know how to remove it and what happened,would you inform to &lt;BR /&gt;
me,to guide me on true way.&lt;BR /&gt;
Thanks for your suggest and your help.&lt;BR /&gt;
&lt;BR /&gt;
Sub Test()&lt;BR /&gt;
  ThisDrawing.ActiveLayout = ThisDrawing.Layouts.Item("Layout3")&lt;BR /&gt;
End Sub&lt;BR /&gt;
&lt;BR /&gt;
note; my layout only there are "layout1,layout2"</description>
      <pubDate>Thu, 12 Jan 2006 02:25:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/how-to-remove-yellow-color/m-p/1528539#M37734</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-01-12T02:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove yellow color</title>
      <link>https://forums.autodesk.com/t5/vba-forum/how-to-remove-yellow-color/m-p/1528540#M37735</link>
      <description>The yellow highlight is the debugger showing you where an error occurred. &lt;BR /&gt;
Because the layout doesn't exist, that statement will cause an error.&lt;BR /&gt;
&lt;BR /&gt;
The Debug toolbar has a Reset button on it, to stop the execution of the &lt;BR /&gt;
code.&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
R. Robert Bell&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
"Adesu" &lt;MTEYBID&gt; wrote in message &lt;BR /&gt;
news:5056874@discussion.autodesk.com...&lt;BR /&gt;
I just this code from "How to make a layout active,reply by R.Robert Bell,at&lt;BR /&gt;
6/23/2004",and then tested it,but in VBA editor window ,display the yellow&lt;BR /&gt;
color.&lt;BR /&gt;
I really don't know how to remove it and what happened,would you inform to&lt;BR /&gt;
me,to guide me on true way.&lt;BR /&gt;
Thanks for your suggest and your help.&lt;BR /&gt;
&lt;BR /&gt;
Sub Test()&lt;BR /&gt;
  ThisDrawing.ActiveLayout = ThisDrawing.Layouts.Item("Layout3")&lt;BR /&gt;
End Sub&lt;BR /&gt;
&lt;BR /&gt;
note; my layout only there are "layout1,layout2"&lt;/MTEYBID&gt;</description>
      <pubDate>Thu, 12 Jan 2006 02:35:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/how-to-remove-yellow-color/m-p/1528540#M37735</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-01-12T02:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove yellow color</title>
      <link>https://forums.autodesk.com/t5/vba-forum/how-to-remove-yellow-color/m-p/1528541#M37736</link>
      <description>Hi Bell,thanks for your input info.&lt;BR /&gt;
&lt;BR /&gt;
"R. Robert Bell" &lt;NOT.ROBERTB&gt; wrote in message &lt;BR /&gt;
news:5056878@discussion.autodesk.com...&lt;BR /&gt;
The yellow highlight is the debugger showing you where an error occurred.&lt;BR /&gt;
Because the layout doesn't exist, that statement will cause an error.&lt;BR /&gt;
&lt;BR /&gt;
The Debug toolbar has a Reset button on it, to stop the execution of the&lt;BR /&gt;
code.&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
R. Robert Bell&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
"Adesu" &lt;MTEYBID&gt; wrote in message&lt;BR /&gt;
news:5056874@discussion.autodesk.com...&lt;BR /&gt;
I just this code from "How to make a layout active,reply by R.Robert Bell,at&lt;BR /&gt;
6/23/2004",and then tested it,but in VBA editor window ,display the yellow&lt;BR /&gt;
color.&lt;BR /&gt;
I really don't know how to remove it and what happened,would you inform to&lt;BR /&gt;
me,to guide me on true way.&lt;BR /&gt;
Thanks for your suggest and your help.&lt;BR /&gt;
&lt;BR /&gt;
Sub Test()&lt;BR /&gt;
  ThisDrawing.ActiveLayout = ThisDrawing.Layouts.Item("Layout3")&lt;BR /&gt;
End Sub&lt;BR /&gt;
&lt;BR /&gt;
note; my layout only there are "layout1,layout2"&lt;/MTEYBID&gt;&lt;/NOT.ROBERTB&gt;</description>
      <pubDate>Thu, 12 Jan 2006 02:52:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/how-to-remove-yellow-color/m-p/1528541#M37736</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-01-12T02:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove yellow color</title>
      <link>https://forums.autodesk.com/t5/vba-forum/how-to-remove-yellow-color/m-p/1528542#M37737</link>
      <description>Hi Bell or others,&lt;BR /&gt;
I just tested a code to create a line,like this below,and then as "mfauxock" &lt;BR /&gt;
tutorial I follow it&lt;BR /&gt;
Tools &amp;gt;select a file &amp;gt; run&lt;BR /&gt;
after that display alert box and on "Drawline"display highlight with blue &lt;BR /&gt;
color,and so it's said "Compile error: Expected Function or Variable",then &lt;BR /&gt;
click Ok,at the code "Public Sub Drawline()" also display highlight yellow &lt;BR /&gt;
color.&lt;BR /&gt;
My question is how to revised this code?&lt;BR /&gt;
&lt;BR /&gt;
[code]&lt;BR /&gt;
Public Sub Drawline()&lt;BR /&gt;
Dim lineobj As AcadLine&lt;BR /&gt;
Dim StartPoint(0 To 2) As Double&lt;BR /&gt;
Dim EndPoint(0 To 2) As Double&lt;BR /&gt;
&lt;BR /&gt;
'Define  startpoint the line point&lt;BR /&gt;
StartPoint(0) = 0: StartPoint(1) = 0: StartPoint(2) = 0&lt;BR /&gt;
'Define  endpoint the line point&lt;BR /&gt;
EndPoint(0) = 10: EndPoint(1) = 10: EndPoint(2) = 0&lt;BR /&gt;
&lt;BR /&gt;
'Create a line in model space&lt;BR /&gt;
Set lineobj = ThisDrawing.ModelSpace.AddLine(StartPoint, EndPoint)&lt;BR /&gt;
ThisDrawing.SaveAs Drawline.dwg&lt;BR /&gt;
End Sub&lt;BR /&gt;
[/code]&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
"R. Robert Bell" &lt;NOT.ROBERTB&gt; wrote in message &lt;BR /&gt;
news:5056878@discussion.autodesk.com...&lt;BR /&gt;
The yellow highlight is the debugger showing you where an error occurred.&lt;BR /&gt;
Because the layout doesn't exist, that statement will cause an error.&lt;BR /&gt;
&lt;BR /&gt;
The Debug toolbar has a Reset button on it, to stop the execution of the&lt;BR /&gt;
code.&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
R. Robert Bell&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
"Adesu" &lt;MTEYBID&gt; wrote in message&lt;BR /&gt;
news:5056874@discussion.autodesk.com...&lt;BR /&gt;
I just this code from "How to make a layout active,reply by R.Robert Bell,at&lt;BR /&gt;
6/23/2004",and then tested it,but in VBA editor window ,display the yellow&lt;BR /&gt;
color.&lt;BR /&gt;
I really don't know how to remove it and what happened,would you inform to&lt;BR /&gt;
me,to guide me on true way.&lt;BR /&gt;
Thanks for your suggest and your help.&lt;BR /&gt;
&lt;BR /&gt;
Sub Test()&lt;BR /&gt;
  ThisDrawing.ActiveLayout = ThisDrawing.Layouts.Item("Layout3")&lt;BR /&gt;
End Sub&lt;BR /&gt;
&lt;BR /&gt;
note; my layout only there are "layout1,layout2"&lt;/MTEYBID&gt;&lt;/NOT.ROBERTB&gt;</description>
      <pubDate>Thu, 12 Jan 2006 03:11:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/how-to-remove-yellow-color/m-p/1528542#M37737</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-01-12T03:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove yellow color</title>
      <link>https://forums.autodesk.com/t5/vba-forum/how-to-remove-yellow-color/m-p/1528543#M37738</link>
      <description>ThisDrawing.SaveAs "Drawline.dwg"&lt;BR /&gt;
You must enclose strings in double quotes. By not doing so VBA thinks that &lt;BR /&gt;
you are trying to get the .dwg property or method of the Drawline function &lt;BR /&gt;
which doesn't exist.&lt;BR /&gt;
&lt;BR /&gt;
"Adesu" &lt;MTEYBID&gt; wrote in message &lt;BR /&gt;
news:5056930@discussion.autodesk.com...&lt;BR /&gt;
[code]&lt;BR /&gt;
Public Sub Drawline()&lt;BR /&gt;
Dim lineobj As AcadLine&lt;BR /&gt;
Dim StartPoint(0 To 2) As Double&lt;BR /&gt;
Dim EndPoint(0 To 2) As Double&lt;BR /&gt;
&lt;BR /&gt;
'Define  startpoint the line point&lt;BR /&gt;
StartPoint(0) = 0: StartPoint(1) = 0: StartPoint(2) = 0&lt;BR /&gt;
'Define  endpoint the line point&lt;BR /&gt;
EndPoint(0) = 10: EndPoint(1) = 10: EndPoint(2) = 0&lt;BR /&gt;
&lt;BR /&gt;
'Create a line in model space&lt;BR /&gt;
Set lineobj = ThisDrawing.ModelSpace.AddLine(StartPoint, EndPoint)&lt;BR /&gt;
ThisDrawing.SaveAs Drawline.dwg&lt;BR /&gt;
End Sub&lt;BR /&gt;
[/code]&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
"R. Robert Bell" &lt;NOT.ROBERTB&gt; wrote in message&lt;BR /&gt;
news:5056878@discussion.autodesk.com...&lt;BR /&gt;
The yellow highlight is the debugger showing you where an error occurred.&lt;BR /&gt;
Because the layout doesn't exist, that statement will cause an error.&lt;BR /&gt;
&lt;BR /&gt;
The Debug toolbar has a Reset button on it, to stop the execution of the&lt;BR /&gt;
code.&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
R. Robert Bell&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
"Adesu" &lt;MTEYBID&gt; wrote in message&lt;BR /&gt;
news:5056874@discussion.autodesk.com...&lt;BR /&gt;
I just this code from "How to make a layout active,reply by R.Robert Bell,at&lt;BR /&gt;
6/23/2004",and then tested it,but in VBA editor window ,display the yellow&lt;BR /&gt;
color.&lt;BR /&gt;
I really don't know how to remove it and what happened,would you inform to&lt;BR /&gt;
me,to guide me on true way.&lt;BR /&gt;
Thanks for your suggest and your help.&lt;BR /&gt;
&lt;BR /&gt;
Sub Test()&lt;BR /&gt;
  ThisDrawing.ActiveLayout = ThisDrawing.Layouts.Item("Layout3")&lt;BR /&gt;
End Sub&lt;BR /&gt;
&lt;BR /&gt;
note; my layout only there are "layout1,layout2"&lt;/MTEYBID&gt;&lt;/NOT.ROBERTB&gt;&lt;/MTEYBID&gt;</description>
      <pubDate>Thu, 12 Jan 2006 16:32:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/how-to-remove-yellow-color/m-p/1528543#M37738</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-01-12T16:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove yellow color</title>
      <link>https://forums.autodesk.com/t5/vba-forum/how-to-remove-yellow-color/m-p/1528544#M37739</link>
      <description>Hi Jeff,it's great worked,thanks.&lt;BR /&gt;
And how if we want to execute in command prompt,is'it possible?&lt;BR /&gt;
as like Autolisp , only just type "what your have code" and then hit enter.&lt;BR /&gt;
&lt;BR /&gt;
"Jeff Mishler" &lt;MIFFATSONICDOTNETIS_ALL&gt; wrote in message &lt;BR /&gt;
news:5057329@discussion.autodesk.com...&lt;BR /&gt;
ThisDrawing.SaveAs "Drawline.dwg"&lt;BR /&gt;
You must enclose strings in double quotes. By not doing so VBA thinks that&lt;BR /&gt;
you are trying to get the .dwg property or method of the Drawline function&lt;BR /&gt;
which doesn't exist.&lt;BR /&gt;
&lt;BR /&gt;
"Adesu" &lt;MTEYBID&gt; wrote in message&lt;BR /&gt;
news:5056930@discussion.autodesk.com...&lt;BR /&gt;
[code]&lt;BR /&gt;
Public Sub Drawline()&lt;BR /&gt;
Dim lineobj As AcadLine&lt;BR /&gt;
Dim StartPoint(0 To 2) As Double&lt;BR /&gt;
Dim EndPoint(0 To 2) As Double&lt;BR /&gt;
&lt;BR /&gt;
'Define  startpoint the line point&lt;BR /&gt;
StartPoint(0) = 0: StartPoint(1) = 0: StartPoint(2) = 0&lt;BR /&gt;
'Define  endpoint the line point&lt;BR /&gt;
EndPoint(0) = 10: EndPoint(1) = 10: EndPoint(2) = 0&lt;BR /&gt;
&lt;BR /&gt;
'Create a line in model space&lt;BR /&gt;
Set lineobj = ThisDrawing.ModelSpace.AddLine(StartPoint, EndPoint)&lt;BR /&gt;
ThisDrawing.SaveAs Drawline.dwg&lt;BR /&gt;
End Sub&lt;BR /&gt;
[/code]&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
"R. Robert Bell" &lt;NOT.ROBERTB&gt; wrote in message&lt;BR /&gt;
news:5056878@discussion.autodesk.com...&lt;BR /&gt;
The yellow highlight is the debugger showing you where an error occurred.&lt;BR /&gt;
Because the layout doesn't exist, that statement will cause an error.&lt;BR /&gt;
&lt;BR /&gt;
The Debug toolbar has a Reset button on it, to stop the execution of the&lt;BR /&gt;
code.&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
R. Robert Bell&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
"Adesu" &lt;MTEYBID&gt; wrote in message&lt;BR /&gt;
news:5056874@discussion.autodesk.com...&lt;BR /&gt;
I just this code from "How to make a layout active,reply by R.Robert Bell,at&lt;BR /&gt;
6/23/2004",and then tested it,but in VBA editor window ,display the yellow&lt;BR /&gt;
color.&lt;BR /&gt;
I really don't know how to remove it and what happened,would you inform to&lt;BR /&gt;
me,to guide me on true way.&lt;BR /&gt;
Thanks for your suggest and your help.&lt;BR /&gt;
&lt;BR /&gt;
Sub Test()&lt;BR /&gt;
  ThisDrawing.ActiveLayout = ThisDrawing.Layouts.Item("Layout3")&lt;BR /&gt;
End Sub&lt;BR /&gt;
&lt;BR /&gt;
note; my layout only there are "layout1,layout2"&lt;/MTEYBID&gt;&lt;/NOT.ROBERTB&gt;&lt;/MTEYBID&gt;&lt;/MIFFATSONICDOTNETIS_ALL&gt;</description>
      <pubDate>Fri, 13 Jan 2006 02:02:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/how-to-remove-yellow-color/m-p/1528544#M37739</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-01-13T02:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove yellow color</title>
      <link>https://forums.autodesk.com/t5/vba-forum/how-to-remove-yellow-color/m-p/1528545#M37740</link>
      <description>I think, you can creat button and use macro, assign value button is funtion.&lt;BR /&gt;
&lt;BR /&gt;
Maybe that is another way use.</description>
      <pubDate>Fri, 13 Jan 2006 02:24:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/how-to-remove-yellow-color/m-p/1528545#M37740</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-01-13T02:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove yellow color</title>
      <link>https://forums.autodesk.com/t5/vba-forum/how-to-remove-yellow-color/m-p/1528546#M37741</link>
      <description>Hi chubby667,&lt;BR /&gt;
No, I 'm will not creating a button to execute a VB,it's too far solution &lt;BR /&gt;
for me,I'm still beginner,knowledge in VBA = 0.&lt;BR /&gt;
&lt;BR /&gt;
&lt;CHUBBY667&gt; wrote in message news:5058071@discussion.autodesk.com...&lt;BR /&gt;
I think, you can creat button and use macro, assign value button is funtion.&lt;BR /&gt;
&lt;BR /&gt;
Maybe that is another way use.&lt;/CHUBBY667&gt;</description>
      <pubDate>Fri, 13 Jan 2006 02:39:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/how-to-remove-yellow-color/m-p/1528546#M37741</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-01-13T02:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove yellow color</title>
      <link>https://forums.autodesk.com/t5/vba-forum/how-to-remove-yellow-color/m-p/1528547#M37742</link>
      <description>You can try:&lt;BR /&gt;
^C^C_-vbarun;(name macro)</description>
      <pubDate>Fri, 13 Jan 2006 03:09:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/how-to-remove-yellow-color/m-p/1528547#M37742</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-01-13T03:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove yellow color</title>
      <link>https://forums.autodesk.com/t5/vba-forum/how-to-remove-yellow-color/m-p/1528548#M37743</link>
      <description>Do you mean like this&lt;BR /&gt;
Command: (^C^C_-vbarun; "Add Point.dvd")&lt;BR /&gt;
It's got trouble !!&lt;BR /&gt;
&lt;BR /&gt;
&lt;CHUBBY667&gt; wrote in message news:5058082@discussion.autodesk.com...&lt;BR /&gt;
You can try:&lt;BR /&gt;
^C^C_-vbarun;(name macro)&lt;/CHUBBY667&gt;</description>
      <pubDate>Fri, 13 Jan 2006 03:49:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/how-to-remove-yellow-color/m-p/1528548#M37743</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-01-13T03:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove yellow color</title>
      <link>https://forums.autodesk.com/t5/vba-forum/how-to-remove-yellow-color/m-p/1528549#M37744</link>
      <description>No, it is funtion of button.&lt;BR /&gt;
If from commandline:&lt;BR /&gt;
command:-vbarun&lt;BR /&gt;
command:macro&lt;BR /&gt;
Try it:</description>
      <pubDate>Fri, 13 Jan 2006 04:09:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/how-to-remove-yellow-color/m-p/1528549#M37744</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-01-13T04:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove yellow color</title>
      <link>https://forums.autodesk.com/t5/vba-forum/how-to-remove-yellow-color/m-p/1528550#M37745</link>
      <description>Ya.. it's ok,but very different with autolisp.&lt;BR /&gt;
thanks.&lt;BR /&gt;
&lt;CHUBBY667&gt; wrote in message news:5058103@discussion.autodesk.com...&lt;BR /&gt;
No, it is funtion of button.&lt;BR /&gt;
If from commandline:&lt;BR /&gt;
command:-vbarun&lt;BR /&gt;
command:macro&lt;BR /&gt;
Try it:&lt;/CHUBBY667&gt;</description>
      <pubDate>Fri, 13 Jan 2006 04:28:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/how-to-remove-yellow-color/m-p/1528550#M37745</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-01-13T04:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove yellow color</title>
      <link>https://forums.autodesk.com/t5/vba-forum/how-to-remove-yellow-color/m-p/1528551#M37746</link>
      <description>No problem.&lt;BR /&gt;
See you.&lt;BR /&gt;
&lt;BR /&gt;
Chubby</description>
      <pubDate>Fri, 13 Jan 2006 04:39:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/how-to-remove-yellow-color/m-p/1528551#M37746</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-01-13T04:39:17Z</dc:date>
    </item>
  </channel>
</rss>

