<?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 Delete Empty feature from FGDB in Arcgis Pro in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/delete-empty-feature-from-fgdb-in-arcgis-pro/m-p/517216#M22736</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good Day,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One of the scripts i use is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL class="" start="1" style="color: #5c5c5c; background-color: #ffffff; border: none; font-size: 12px; margin: 0px 0px 1px 45px !important;"&gt;&lt;LI class="" style="color: inherit; background-color: #ffffff; border-top: none; border-bottom: none; border-left: 3px solid #6ce26c; border-right: none; font-weight: inherit; font-size: 12px; margin: 0px !important; padding: 0px 3px 0px 10px !important;"&gt;&lt;SPAN style="color: black; background-color: inherit; border: 0px; font-weight: inherit; font-size: 9pt !important;"&gt;import&amp;nbsp;arcpy&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI class="" style="color: #5c5c5c; background-color: #f6f6f6; border-top: none; border-bottom: none; border-left: 3px solid #6ce26c; border-right: none; font-weight: inherit; font-size: 12px; margin: 0px !important; padding: 0px 3px 0px 10px !important;"&gt;&lt;SPAN style="color: black; background-color: inherit; border: 0px; font-weight: inherit; font-size: 9pt !important;"&gt;from&amp;nbsp;arcpy&amp;nbsp;import&amp;nbsp;env&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI class="" style="color: inherit; background-color: #ffffff; border-top: none; border-bottom: none; border-left: 3px solid #6ce26c; border-right: none; font-weight: inherit; font-size: 12px; margin: 0px !important; padding: 0px 3px 0px 10px !important;"&gt;&lt;SPAN style="color: black; background-color: inherit; border: 0px; font-weight: inherit; font-size: 9pt !important;"&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI class="" style="color: #5c5c5c; background-color: #f6f6f6; border-top: none; border-bottom: none; border-left: 3px solid #6ce26c; border-right: none; font-weight: inherit; font-size: 12px; margin: 0px !important; padding: 0px 3px 0px 10px !important;"&gt;&lt;SPAN style="color: black; background-color: inherit; border: 0px; font-weight: inherit; font-size: 9pt !important;"&gt;env.workspace&amp;nbsp;=&amp;nbsp;r"C:\Temp\Test.gdb"&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI class="" style="color: inherit; background-color: #ffffff; border-top: none; border-bottom: none; border-left: 3px solid #6ce26c; border-right: none; font-weight: inherit; font-size: 12px; margin: 0px !important; padding: 0px 3px 0px 10px !important;"&gt;&lt;SPAN style="color: black; background-color: inherit; border: 0px; font-weight: inherit; font-size: 9pt !important;"&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI class="" style="color: #5c5c5c; background-color: #f6f6f6; border-top: none; border-bottom: none; border-left: 3px solid #6ce26c; border-right: none; font-weight: inherit; font-size: 12px; margin: 0px !important; padding: 0px 3px 0px 10px !important;"&gt;&lt;SPAN style="color: black; background-color: inherit; border: 0px; font-weight: inherit; font-size: 9pt !important;"&gt;listFCs&amp;nbsp;=&amp;nbsp;arcpy.ListFeatureClasses("*")&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI class="" style="color: inherit; background-color: #ffffff; border-top: none; border-bottom: none; border-left: 3px solid #6ce26c; border-right: none; font-weight: inherit; font-size: 12px; margin: 0px !important; padding: 0px 3px 0px 10px !important;"&gt;&lt;SPAN style="color: black; background-color: inherit; border: 0px; font-weight: inherit; font-size: 9pt !important;"&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI class="" style="color: #5c5c5c; background-color: #f6f6f6; border-top: none; border-bottom: none; border-left: 3px solid #6ce26c; border-right: none; font-weight: inherit; font-size: 12px; margin: 0px !important; padding: 0px 3px 0px 10px !important;"&gt;&lt;SPAN style="color: black; background-color: inherit; border: 0px; font-weight: inherit; font-size: 9pt !important;"&gt;for&amp;nbsp;fc&amp;nbsp;in&amp;nbsp;listFCs:&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI class="" style="color: inherit; background-color: #ffffff; border-top: none; border-bottom: none; border-left: 3px solid #6ce26c; border-right: none; font-weight: inherit; font-size: 12px; margin: 0px !important; padding: 0px 3px 0px 10px !important;"&gt;&lt;SPAN style="color: black; background-color: inherit; border: 0px; font-weight: inherit; font-size: 9pt !important;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;count1&amp;nbsp;=&amp;nbsp;str(arcpy.GetCount_management(fc))&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI class="" style="color: #5c5c5c; background-color: #f6f6f6; border-top: none; border-bottom: none; border-left: 3px solid #6ce26c; border-right: none; font-weight: inherit; font-size: 12px; margin: 0px !important; padding: 0px 3px 0px 10px !important;"&gt;&lt;SPAN style="color: black; background-color: inherit; border: 0px; font-weight: inherit; font-size: 9pt !important;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if&amp;nbsp;count1&amp;nbsp;==&amp;nbsp;"0":&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI class="" style="color: inherit; background-color: #ffffff; border-top: none; border-bottom: none; border-left: 3px solid #6ce26c; border-right: none; font-weight: inherit; font-size: 12px; margin: 0px !important; padding: 0px 3px 0px 10px !important;"&gt;&lt;SPAN style="color: black; background-color: inherit; border: 0px; font-weight: inherit; font-size: 9pt !important;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;arcpy.Delete_management(fc)&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In arcgis pro this scripts is giving my this error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Start Time: zaterdag 9 december 2017 21:22:32&lt;BR /&gt;Running script DumpEmptyData...&lt;BR /&gt;Failed script DumpEmptyData...&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt; File "F:\GIS_Data\Tools\Python Scripts\DeleteEmptyfields.py", line 21, in &amp;lt;module&amp;gt;&lt;BR /&gt; count1 = str(arcpy.GetCount_management(fc))&lt;BR /&gt; File "c:\program files\arcgis\pro\Resources\arcpy\arcpy\management.py", line 16029, in GetCount&lt;BR /&gt; raise e&lt;BR /&gt; File "c:\program files\arcgis\pro\Resources\arcpy\arcpy\management.py", line 16026, in GetCount&lt;BR /&gt; retval = convertArcObjectToPythonObject(gp.GetCount_management(*gp_fixargs((in_rows,), True)))&lt;BR /&gt; File "c:\program files\arcgis\pro\Resources\arcpy\arcpy\geoprocessing\_base.py", line 506, in &amp;lt;lambda&amp;gt;&lt;BR /&gt; return lambda *args: val(*gp_fixargs(args, True))&lt;BR /&gt;arcgisscripting.ExecuteError: Failed to execute. Parameters are not valid.&lt;BR /&gt; ERROR 000732: Input Rows: Dataset not_empty_feature_1 does not exist or is not supported&lt;BR /&gt;Failed to execute (GetCount).&lt;BR /&gt;Failed to execute (DumpEmptyData).&lt;BR /&gt;Failed at zaterdag 9 december 2017 21:22:33 (Elapsed Time: 0,66 seconds)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I now use the count tool to NOT copy features in the first place (this is even better) but it bugs my why it did not work (did not get a error in the analyse tool)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;greetings Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 09 Dec 2017 20:33:22 GMT</pubDate>
    <dc:creator>PeterVersteeg</dc:creator>
    <dc:date>2017-12-09T20:33:22Z</dc:date>
    <item>
      <title>Delete Empty feature from FGDB in Arcgis Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/delete-empty-feature-from-fgdb-in-arcgis-pro/m-p/517216#M22736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good Day,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One of the scripts i use is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL class="" start="1" style="color: #5c5c5c; background-color: #ffffff; border: none; font-size: 12px; margin: 0px 0px 1px 45px !important;"&gt;&lt;LI class="" style="color: inherit; background-color: #ffffff; border-top: none; border-bottom: none; border-left: 3px solid #6ce26c; border-right: none; font-weight: inherit; font-size: 12px; margin: 0px !important; padding: 0px 3px 0px 10px !important;"&gt;&lt;SPAN style="color: black; background-color: inherit; border: 0px; font-weight: inherit; font-size: 9pt !important;"&gt;import&amp;nbsp;arcpy&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI class="" style="color: #5c5c5c; background-color: #f6f6f6; border-top: none; border-bottom: none; border-left: 3px solid #6ce26c; border-right: none; font-weight: inherit; font-size: 12px; margin: 0px !important; padding: 0px 3px 0px 10px !important;"&gt;&lt;SPAN style="color: black; background-color: inherit; border: 0px; font-weight: inherit; font-size: 9pt !important;"&gt;from&amp;nbsp;arcpy&amp;nbsp;import&amp;nbsp;env&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI class="" style="color: inherit; background-color: #ffffff; border-top: none; border-bottom: none; border-left: 3px solid #6ce26c; border-right: none; font-weight: inherit; font-size: 12px; margin: 0px !important; padding: 0px 3px 0px 10px !important;"&gt;&lt;SPAN style="color: black; background-color: inherit; border: 0px; font-weight: inherit; font-size: 9pt !important;"&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI class="" style="color: #5c5c5c; background-color: #f6f6f6; border-top: none; border-bottom: none; border-left: 3px solid #6ce26c; border-right: none; font-weight: inherit; font-size: 12px; margin: 0px !important; padding: 0px 3px 0px 10px !important;"&gt;&lt;SPAN style="color: black; background-color: inherit; border: 0px; font-weight: inherit; font-size: 9pt !important;"&gt;env.workspace&amp;nbsp;=&amp;nbsp;r"C:\Temp\Test.gdb"&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI class="" style="color: inherit; background-color: #ffffff; border-top: none; border-bottom: none; border-left: 3px solid #6ce26c; border-right: none; font-weight: inherit; font-size: 12px; margin: 0px !important; padding: 0px 3px 0px 10px !important;"&gt;&lt;SPAN style="color: black; background-color: inherit; border: 0px; font-weight: inherit; font-size: 9pt !important;"&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI class="" style="color: #5c5c5c; background-color: #f6f6f6; border-top: none; border-bottom: none; border-left: 3px solid #6ce26c; border-right: none; font-weight: inherit; font-size: 12px; margin: 0px !important; padding: 0px 3px 0px 10px !important;"&gt;&lt;SPAN style="color: black; background-color: inherit; border: 0px; font-weight: inherit; font-size: 9pt !important;"&gt;listFCs&amp;nbsp;=&amp;nbsp;arcpy.ListFeatureClasses("*")&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI class="" style="color: inherit; background-color: #ffffff; border-top: none; border-bottom: none; border-left: 3px solid #6ce26c; border-right: none; font-weight: inherit; font-size: 12px; margin: 0px !important; padding: 0px 3px 0px 10px !important;"&gt;&lt;SPAN style="color: black; background-color: inherit; border: 0px; font-weight: inherit; font-size: 9pt !important;"&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI class="" style="color: #5c5c5c; background-color: #f6f6f6; border-top: none; border-bottom: none; border-left: 3px solid #6ce26c; border-right: none; font-weight: inherit; font-size: 12px; margin: 0px !important; padding: 0px 3px 0px 10px !important;"&gt;&lt;SPAN style="color: black; background-color: inherit; border: 0px; font-weight: inherit; font-size: 9pt !important;"&gt;for&amp;nbsp;fc&amp;nbsp;in&amp;nbsp;listFCs:&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI class="" style="color: inherit; background-color: #ffffff; border-top: none; border-bottom: none; border-left: 3px solid #6ce26c; border-right: none; font-weight: inherit; font-size: 12px; margin: 0px !important; padding: 0px 3px 0px 10px !important;"&gt;&lt;SPAN style="color: black; background-color: inherit; border: 0px; font-weight: inherit; font-size: 9pt !important;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;count1&amp;nbsp;=&amp;nbsp;str(arcpy.GetCount_management(fc))&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI class="" style="color: #5c5c5c; background-color: #f6f6f6; border-top: none; border-bottom: none; border-left: 3px solid #6ce26c; border-right: none; font-weight: inherit; font-size: 12px; margin: 0px !important; padding: 0px 3px 0px 10px !important;"&gt;&lt;SPAN style="color: black; background-color: inherit; border: 0px; font-weight: inherit; font-size: 9pt !important;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if&amp;nbsp;count1&amp;nbsp;==&amp;nbsp;"0":&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI class="" style="color: inherit; background-color: #ffffff; border-top: none; border-bottom: none; border-left: 3px solid #6ce26c; border-right: none; font-weight: inherit; font-size: 12px; margin: 0px !important; padding: 0px 3px 0px 10px !important;"&gt;&lt;SPAN style="color: black; background-color: inherit; border: 0px; font-weight: inherit; font-size: 9pt !important;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;arcpy.Delete_management(fc)&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In arcgis pro this scripts is giving my this error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Start Time: zaterdag 9 december 2017 21:22:32&lt;BR /&gt;Running script DumpEmptyData...&lt;BR /&gt;Failed script DumpEmptyData...&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt; File "F:\GIS_Data\Tools\Python Scripts\DeleteEmptyfields.py", line 21, in &amp;lt;module&amp;gt;&lt;BR /&gt; count1 = str(arcpy.GetCount_management(fc))&lt;BR /&gt; File "c:\program files\arcgis\pro\Resources\arcpy\arcpy\management.py", line 16029, in GetCount&lt;BR /&gt; raise e&lt;BR /&gt; File "c:\program files\arcgis\pro\Resources\arcpy\arcpy\management.py", line 16026, in GetCount&lt;BR /&gt; retval = convertArcObjectToPythonObject(gp.GetCount_management(*gp_fixargs((in_rows,), True)))&lt;BR /&gt; File "c:\program files\arcgis\pro\Resources\arcpy\arcpy\geoprocessing\_base.py", line 506, in &amp;lt;lambda&amp;gt;&lt;BR /&gt; return lambda *args: val(*gp_fixargs(args, True))&lt;BR /&gt;arcgisscripting.ExecuteError: Failed to execute. Parameters are not valid.&lt;BR /&gt; ERROR 000732: Input Rows: Dataset not_empty_feature_1 does not exist or is not supported&lt;BR /&gt;Failed to execute (GetCount).&lt;BR /&gt;Failed to execute (DumpEmptyData).&lt;BR /&gt;Failed at zaterdag 9 december 2017 21:22:33 (Elapsed Time: 0,66 seconds)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I now use the count tool to NOT copy features in the first place (this is even better) but it bugs my why it did not work (did not get a error in the analyse tool)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;greetings Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Dec 2017 20:33:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/delete-empty-feature-from-fgdb-in-arcgis-pro/m-p/517216#M22736</guid>
      <dc:creator>PeterVersteeg</dc:creator>
      <dc:date>2017-12-09T20:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Empty feature from FGDB in Arcgis Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/delete-empty-feature-from-fgdb-in-arcgis-pro/m-p/517217#M22737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems you are asking, "why doesn't this work?"&amp;nbsp; Seeing this thread is marked as a discussion, not a question, and you don't ask a specific question; I am not sure sure what kind of response you expect or will get here.&amp;nbsp; If this is in fact a question, marking it so will get more attention.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assuming this is a question, it would help to have some more information before I try to provide an answer.&amp;nbsp; What version of Pro are you using?&amp;nbsp; Did this code work with ArcMap/ArcCatalog?&amp;nbsp; If so, which version?&amp;nbsp; You stated, "did not get a error in the analyse tool," could you elaborate a bit more on which tool.&amp;nbsp; There is an &lt;A class="link-titled" href="http://pro.arcgis.com/en/pro-app/tool-reference/analysis/an-overview-of-the-analysis-toolbox.htm" title="http://pro.arcgis.com/en/pro-app/tool-reference/analysis/an-overview-of-the-analysis-toolbox.htm"&gt; Analysis toolbox&lt;/A&gt; , but it has quite a few tools in it.&amp;nbsp; Finally, what exactly is "not_empty_feature_1?"&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Dec 2017 15:56:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/delete-empty-feature-from-fgdb-in-arcgis-pro/m-p/517217#M22737</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2017-12-10T15:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Empty feature from FGDB in Arcgis Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/delete-empty-feature-from-fgdb-in-arcgis-pro/m-p/517218#M22738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your right i wrongly put this in as a discussion and it m&lt;SPAN lang="en"&gt;eant&amp;nbsp;&lt;/SPAN&gt;it as a question although&amp;nbsp;i do not ask it it seems. The question now is how do i&amp;nbsp;&lt;SPAN lang="en"&gt;change&amp;nbsp;&lt;/SPAN&gt;this discussion to a question. For now i will open a question and try to to ask it as clear as possible.&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Dec 2017 17:22:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/delete-empty-feature-from-fgdb-in-arcgis-pro/m-p/517218#M22738</guid>
      <dc:creator>PeterVersteeg</dc:creator>
      <dc:date>2017-12-10T17:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Empty feature from FGDB in Arcgis Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/delete-empty-feature-from-fgdb-in-arcgis-pro/m-p/517219#M22739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For those seeing this discussion, continued @ &lt;A href="https://community.esri.com/thread/206528-how-to-delete-empty-features-in-arcgis-pro?ru=4422&amp;amp;sr=stream"&gt;https://community.esri.com/thread/206528-how-to-delete-empty-features-in-arcgis-pro?ru=4422&amp;amp;sr=stream&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Dec 2017 21:53:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/delete-empty-feature-from-fgdb-in-arcgis-pro/m-p/517219#M22739</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2017-12-10T21:53:54Z</dc:date>
    </item>
  </channel>
</rss>

