<?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: Label formatting issues in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/label-formatting-issues/m-p/591004#M25988</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/3100"&gt;Xander Bakker&lt;/A&gt;‌ &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/wink.png" /&gt; somehow I doubt it, I will leave the mapping to those that need it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Oct 2018 22:38:12 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2018-10-03T22:38:12Z</dc:date>
    <item>
      <title>Label formatting issues</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/label-formatting-issues/m-p/590994#M25978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Labels using Python&lt;/STRONG&gt; (not interested in Arcade)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Issue 1:&amp;nbsp; Ok... times change so the field... &lt;STRONG&gt;!OBJECTID!&lt;/STRONG&gt; is now &lt;STRONG&gt;[OBJECTID]&lt;/STRONG&gt; when using python and migrating from ArcMap to ArcGIS Pro.&amp;nbsp; Being a 'whatever' kind of guy when it comes to software changes, I can live with this (sort of). That was an esri decision on how they want to delimit 'fields'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Issue 2:&amp;nbsp; I do draw the at changing how the chosen label language is treated.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Python 3.6/7 has some very useful format options, that enable you to produce output as string(text) without have to do type conversion.&amp;nbsp; For example... notice, an integer was automagically formatted to a string and you can do 'math' with the integer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="comment token"&gt;# ---- python ----&lt;/SPAN&gt;

objectid &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;1&lt;/SPAN&gt;

&lt;SPAN class="string token"&gt;"id {} -&amp;gt; {}"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;format&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;objectid&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; objectid&lt;SPAN class="number token"&gt;-1&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;

&lt;SPAN class="string token"&gt;'id 1 -&amp;gt; 0'&lt;/SPAN&gt;

&lt;SPAN class="comment token"&gt;# ---- as expected ----&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;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However... Things are not as expected when using label formatting, as above, with python.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 j-img-floatend jive-image" height="316" src="https://community.esri.com/legacyfs/online/423323_bug_label01.jpg" style="float: right;" width="351" /&gt;Must have made a mistake....&lt;/P&gt;&lt;P&gt;ok... ! ! is now [ ]&lt;/P&gt;&lt;P&gt;spelling correct&lt;/P&gt;&lt;P&gt;format string is fine&lt;/P&gt;&lt;P&gt;error message makes no sense&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now... what you have to do is&lt;/P&gt;&lt;P&gt;int the string, that is actually an int so you can string it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-2 j-img-floatend jive-image" height="247" src="https://community.esri.com/legacyfs/online/423325_bug_label02.jpg" style="float: right;" width="360" /&gt;With me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The whole utility of allowing for format language options is good.&amp;nbsp; However, I expect the language rules to be respected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the question&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this a bug?&lt;/P&gt;&lt;P&gt;If it isn't a bug, can someone explain the logic?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not interested in the other language options, or a different labelling engine.&lt;/P&gt;&lt;P&gt;Just plain simple labels, that would be great, respecting the way that this should work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 01:22:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/label-formatting-issues/m-p/590994#M25978</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2021-12-12T01:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: Label formatting issues</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/label-formatting-issues/m-p/590995#M25979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/45316"&gt;Kory Kramer&lt;/A&gt;‌ … is this related to 2.2.2?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Oct 2018 00:18:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/label-formatting-issues/m-p/590995#M25979</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-10-02T00:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: Label formatting issues</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/label-formatting-issues/m-p/590996#M25980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/docs/DOC-11254-holistic-testing-schedule-for-2017"&gt;https://community.esri.com/docs/DOC-11254-holistic-testing-schedule-for-2017&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2.3 scheduled to be tested this week... can someone check on that version&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Oct 2018 16:39:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/label-formatting-issues/m-p/590996#M25980</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-10-02T16:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: Label formatting issues</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/label-formatting-issues/m-p/590997#M25981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dan:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the Holistic Testing Schedule that you show, testing of the Beta software that can be done by ESRI customers if they sign up some where?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Oct 2018 17:19:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/label-formatting-issues/m-p/590997#M25981</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2018-10-02T17:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: Label formatting issues</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/label-formatting-issues/m-p/590998#M25982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It hasn't been announced, or I am not on the 'beta list' anymore.&amp;nbsp; It is in-house for esri staff in Redlands.&amp;nbsp; Just thought Kory might see this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Oct 2018 19:40:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/label-formatting-issues/m-p/590998#M25982</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-10-02T19:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: Label formatting issues</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/label-formatting-issues/m-p/590999#M25983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/3116"&gt;Dan Patterson&lt;/A&gt;‌ and &lt;A href="https://community.esri.com/migrated-users/8066"&gt;Michael Volz&lt;/A&gt;‌.&amp;nbsp; Public holistic sessions are periodically organized and if you're interested in getting an invite I'll let the holistic lab manager know.&amp;nbsp; I can also make sure that you're both on the invite list to participate in the ArcGIS Pro beta testing.&amp;nbsp; If interested, confirm by emailing me at &lt;A href="mailto:kkramer@esri.com"&gt;kkramer@esri.com&lt;/A&gt;&amp;nbsp;with your preferred email address and contact info.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks to both!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2018 13:19:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/label-formatting-issues/m-p/590999#M25983</guid>
      <dc:creator>KoryKramer</dc:creator>
      <dc:date>2018-10-03T13:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: Label formatting issues</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/label-formatting-issues/m-p/591000#M25984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/3212"&gt;Wendy Harrison&lt;/A&gt;‌ can you take a look at this one please?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2018 13:20:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/label-formatting-issues/m-p/591000#M25984</guid>
      <dc:creator>KoryKramer</dc:creator>
      <dc:date>2018-10-03T13:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: Label formatting issues</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/label-formatting-issues/m-p/591001#M25985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is how labeling has always worked.&amp;nbsp; The value is cast to a string so you need to convert it to a numeric data type for comparisons or math equations.&amp;nbsp; Both Standard and Maplex label engines work this way.&amp;nbsp; Three parsers - VBScript, Python and JScript - work this way.&amp;nbsp; Arcade in Pro works differently and field values maintain their data types.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can see the doc here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pro:&amp;nbsp;&amp;nbsp;&lt;A class="link-titled" href="http://pro.arcgis.com/en/pro-app/help/mapping/text/specify-text-for-labels.htm" title="http://pro.arcgis.com/en/pro-app/help/mapping/text/specify-text-for-labels.htm"&gt;Specify text for labels—ArcGIS Pro | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ArcMap:&amp;nbsp;&amp;nbsp;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/map/working-with-text/about-building-label-expressions.htm" title="http://desktop.arcgis.com/en/arcmap/latest/map/working-with-text/about-building-label-expressions.htm"&gt;Building label expressions—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #4c4c4c; background-color: #ffffff; margin-bottom: 1.55rem;"&gt;Field values are automatically cast to text strings. Therefore, if you want to use a numeric value in an arithmetic operation or when&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="http://pro.arcgis.com/en/pro-app/help/mapping/text/specify-text-for-labels.htm#GUID-D8BE99D9-FDAF-476D-9FC4-F9A5C9B9CE78" style="color: #0074b8; text-decoration: none;"&gt;making a comparison&lt;/A&gt;, you will need to cast it back to a numeric data type.&lt;/P&gt;&lt;DIV class="" style="color: #4c4c4c; background-color: #f8f8f8; border: 1px solid #efefef; margin-bottom: 1.55rem; padding: 1.023rem;"&gt;&lt;H5 class="" style="font-weight: 300; font-size: 1rem; margin: 0px 0px 0rem;"&gt;Note:&lt;/H5&gt;&lt;P style="margin-bottom: 1.55rem;"&gt;When using Arcade, the field values maintain their data type.&lt;/P&gt;&lt;/DIV&gt;&lt;P style="color: #4c4c4c; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="color: #4c4c4c; background-color: #ffffff; margin-bottom: 1.55rem;"&gt;The following examples add two integer fields:&lt;/P&gt;&lt;P&gt;Arcade&lt;/P&gt;&lt;DIV class=""&gt;&lt;PRE style="margin-bottom: 1.55rem;"&gt;&lt;CODE class="" style="color: #595959; background-color: #f8f8f8; border: 1px solid #efefef; font-size: 0.85em;"&gt;$feature.FIELD1 + $feature.FIELD2&lt;/CODE&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;P&gt;Python&lt;/P&gt;&lt;DIV class=""&gt;&lt;PRE style="margin-bottom: 1.55rem;"&gt;&lt;CODE class="" style="color: #595959; background-color: #f8f8f8; border: 1px solid #efefef; font-size: 0.85em;"&gt;int([FIELD1]) + int([FIELD2])&lt;/CODE&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;P&gt;VBScript&lt;/P&gt;&lt;DIV class=""&gt;&lt;PRE style="margin-bottom: 1.55rem;"&gt;&lt;CODE class="" style="color: #595959; background-color: #f8f8f8; border: 1px solid #efefef; font-size: 0.85em;"&gt;cint([FIELD1]) + cint([FIELD2])&lt;/CODE&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;P&gt;JScript&lt;/P&gt;&lt;DIV class=""&gt;&lt;PRE style="margin-bottom: 1.55rem;"&gt;&lt;CODE class="" style="color: #595959; background-color: #f8f8f8; border: 1px solid #efefef; font-size: 0.85em;"&gt;parseInt([FIELD1]) + parseInt([FIELD2])&lt;/CODE&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2018 20:50:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/label-formatting-issues/m-p/591001#M25985</guid>
      <dc:creator>WendyHarrison</dc:creator>
      <dc:date>2018-10-03T20:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: Label formatting issues</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/label-formatting-issues/m-p/591002#M25986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wendy... first time I had to label a map (believe it or not), hence, when I saw 'Python' I expected python not python-ish.&lt;/P&gt;&lt;P&gt;That makes for some unnecessary conversions when you need to do anything other than a simple label (my example was a simplified version of what I needed, and it required 4 type conversions)&lt;/P&gt;&lt;P&gt;This is too small for an idea, but it would be nice if the object conversion to text be removed or provide more documentation on the labeling tool itself.&lt;/P&gt;&lt;P&gt;Arcade = Avenue&amp;nbsp; (sorry... no more proprietary 'languages' for me &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;Thanks for looking into this, I will just stick to not making maps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is more elegant&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="language-python line-numbers"&gt;&lt;CODE&gt;&lt;SPAN class="string token"&gt;"{} {} {}"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;format&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'a'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;1&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;1&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;2&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;3&lt;/SPAN&gt;&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;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2018 21:14:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/label-formatting-issues/m-p/591002#M25986</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-10-03T21:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: Label formatting issues</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/label-formatting-issues/m-p/591003#M25987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It would make more sense (IMHO) if the parsing to a string would happen at the end as with Arcade. And not to the parameters passed to the labeling function.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/3116"&gt;Dan Patterson&lt;/A&gt;‌, you can fight it but eventually you may end up using Arcade for some things...&amp;nbsp;&lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2018 21:29:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/label-formatting-issues/m-p/591003#M25987</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2018-10-03T21:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: Label formatting issues</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/label-formatting-issues/m-p/591004#M25988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/3100"&gt;Xander Bakker&lt;/A&gt;‌ &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/wink.png" /&gt; somehow I doubt it, I will leave the mapping to those that need it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2018 22:38:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/label-formatting-issues/m-p/591004#M25988</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-10-03T22:38:12Z</dc:date>
    </item>
  </channel>
</rss>

