<?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 How to automate selection and KML conversion? in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/how-to-automate-selection-and-kml-conversion/m-p/537814#M17841</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Community-&lt;/P&gt;&lt;P&gt;First time poster, long time lurker. Hoping I can find some model builder or python help with an automation task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have about 300 lines I need to convert to KML based on attribute 'TrailName'.&lt;/P&gt;&lt;P&gt;Conceptually I understand what I need to do but am stuck executing with Model Builder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was thinking I could&amp;nbsp;use the iterate row selection in model builder to select by 'TrailName' attribute and convert layer to kml. This process would need to be looped for every 'TrailName'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have experience or understanding on how to execute this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Zac&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Jan 2018 15:09:24 GMT</pubDate>
    <dc:creator>ZacStanley3</dc:creator>
    <dc:date>2018-01-12T15:09:24Z</dc:date>
    <item>
      <title>How to automate selection and KML conversion?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-automate-selection-and-kml-conversion/m-p/537814#M17841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Community-&lt;/P&gt;&lt;P&gt;First time poster, long time lurker. Hoping I can find some model builder or python help with an automation task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have about 300 lines I need to convert to KML based on attribute 'TrailName'.&lt;/P&gt;&lt;P&gt;Conceptually I understand what I need to do but am stuck executing with Model Builder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was thinking I could&amp;nbsp;use the iterate row selection in model builder to select by 'TrailName' attribute and convert layer to kml. This process would need to be looped for every 'TrailName'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have experience or understanding on how to execute this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Zac&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2018 15:09:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-automate-selection-and-kml-conversion/m-p/537814#M17841</guid>
      <dc:creator>ZacStanley3</dc:creator>
      <dc:date>2018-01-12T15:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to automate selection and KML conversion?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-automate-selection-and-kml-conversion/m-p/537815#M17842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is the Trailname unique or can there be multiple features with the same train name? If values repeat the Iterate row would potentially overwrite kml files. In case of scripting this, you could generate a unique list of values from the field Trailname, and for each value set a definition query while creating a featurelayer and export that to KML using the trailname as output kml file name.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2018 15:17:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-automate-selection-and-kml-conversion/m-p/537815#M17842</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2018-01-12T15:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to automate selection and KML conversion?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-automate-selection-and-kml-conversion/m-p/537816#M17843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah, TrailName is a unique values representing a single line feature.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2018 15:19:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-automate-selection-and-kml-conversion/m-p/537816#M17843</guid>
      <dc:creator>ZacStanley3</dc:creator>
      <dc:date>2018-01-12T15:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to automate selection and KML conversion?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-automate-selection-and-kml-conversion/m-p/537817#M17844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Below some untested code that could work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Explanation of the code:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;lines 1, 22 and 23 can be "ignored". It is a way to be able to handle better the release of memory and stuff like this. So the code is actually the part from line 2 until 20 (without the additional indent&amp;nbsp;this part&amp;nbsp;would run too)&lt;/LI&gt;&lt;LI&gt;lines 2 and 3 import two modules: arcpy and os&lt;/LI&gt;&lt;LI&gt;line 4 makes the script overwrite any existing element (in this case for the layer in memory that will have the same name "lyr" for every train name)&lt;/LI&gt;&lt;LI&gt;lines 7 to 9 set some variables: input featureclass, the name of the field and the output folder&lt;/LI&gt;&lt;LI&gt;line 12 is a little more complex. In a single line it will create a cursor (see &lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/analyze/arcpy-data-access/searchcursor-class.htm" title="http://desktop.arcgis.com/en/arcmap/latest/analyze/arcpy-data-access/searchcursor-class.htm" rel="nofollow noopener noreferrer" target="_blank"&gt;SearchCursor—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;) with a single field (your trailname) and return that value. This will create a list of all the trail names. In case the values&amp;nbsp;are not unique I wrap this in list(set()) to make the list unique.&lt;/LI&gt;&lt;LI&gt;on line 15 the loop starts. It will extract each trail name from the list "lst_trails"&lt;/LI&gt;&lt;LI&gt;line 16 puts the quotes around the field name. it uses AddFieldDelimiters (&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/analyze/arcpy-functions/addfielddelimiters.htm" title="http://desktop.arcgis.com/en/arcmap/latest/analyze/arcpy-functions/addfielddelimiters.htm" rel="nofollow noopener noreferrer" target="_blank"&gt;AddFieldDelimiters—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;) to do that based on the workspace (this way it should work no matter if you work with a shapefile or a featureclass in a file, personal or enterprise geodatabase&lt;/LI&gt;&lt;LI&gt;line 17 creates the where clause. By using ".format" next to a string I can pass variables that will replace the {0} and {1} in the string.&lt;/LI&gt;&lt;LI&gt;line 18 creates a feature layer applying the where clause (so it only get's the feature(s) for the current trail name.&lt;/LI&gt;&lt;LI&gt;line 19 defines the output file name for the KMZ file. It uses os.path.join to join the path with the file name&lt;/LI&gt;&lt;LI&gt;line 20 finally converted the feature layer to the kmz file&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;def&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;main&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; arcpy
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; os
&amp;nbsp;&amp;nbsp;&amp;nbsp; arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;env&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;overwriteOutput &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="token boolean"&gt;True&lt;/SPAN&gt;

&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="comment token"&gt;# settings: edit these&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; fc_in &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; r&lt;SPAN class="string token"&gt;'path to your input featureclass'&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; fld_trail &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'TrailName'&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; out_folder &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; r&lt;SPAN class="string token"&gt;'path to your output folder for KML files'&lt;/SPAN&gt;

&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="comment token"&gt;# create list of unique trail names&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; lst_trails &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; list&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;set&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;r&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;for&lt;/SPAN&gt; r &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;da&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;SearchCursor&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;fc_in&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;fld_trail&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;

&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="comment token"&gt;# loop through trails&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="keyword token"&gt;for&lt;/SPAN&gt; trail_name &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; lst_trails&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fld &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;AddFieldDelimiters&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;fc_in&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; fld_trail&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; where &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"{0} = '{1}'"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;format&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;fld&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; trail_name&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;MakeFeatureLayer_management&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;fc_in&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"lyr"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; where&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; kmz_file &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; os&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;path&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;join&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;out_folder&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"{0}.kmz"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;format&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;trail_name&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;LayerToKML_conversion&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"lyr"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; kmz_file&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;

&lt;SPAN class="keyword token"&gt;if&lt;/SPAN&gt; __name__ &lt;SPAN class="operator token"&gt;==&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'__main__'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; main&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 23:20:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-automate-selection-and-kml-conversion/m-p/537817#M17844</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2021-12-11T23:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to automate selection and KML conversion?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-automate-selection-and-kml-conversion/m-p/537818#M17845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is fantastic - thank you. I will test and reply with questions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2018 15:40:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-automate-selection-and-kml-conversion/m-p/537818#M17845</guid>
      <dc:creator>ZacStanley3</dc:creator>
      <dc:date>2018-01-12T15:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to automate selection and KML conversion?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-automate-selection-and-kml-conversion/m-p/537819#M17846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Xander-&lt;/P&gt;&lt;P&gt;This script worked perfectly - now I need to study and understand what it did exactly - thanks again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Zac&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2018 18:44:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-automate-selection-and-kml-conversion/m-p/537819#M17846</guid>
      <dc:creator>ZacStanley3</dc:creator>
      <dc:date>2018-01-16T18:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to automate selection and KML conversion?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-automate-selection-and-kml-conversion/m-p/537820#M17847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad it worked! I don't mind to add some additional explanation to help you understand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you mark the post and the correct answer with the "Mark Correct" button next to it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2018 18:48:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-automate-selection-and-kml-conversion/m-p/537820#M17847</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2018-01-16T18:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to automate selection and KML conversion?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-automate-selection-and-kml-conversion/m-p/537821#M17848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would love an explanation!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2018 18:51:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-automate-selection-and-kml-conversion/m-p/537821#M17848</guid>
      <dc:creator>ZacStanley3</dc:creator>
      <dc:date>2018-01-16T18:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to automate selection and KML conversion?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-automate-selection-and-kml-conversion/m-p/537822#M17849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Done! If you have any questions, just let me know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2018 19:02:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-automate-selection-and-kml-conversion/m-p/537822#M17849</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2018-01-16T19:02:08Z</dc:date>
    </item>
  </channel>
</rss>

