<?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: Locator control detailed view causing problem in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/locator-control-detailed-view-causing-problem/m-p/1312174#M10091</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/145101"&gt;@CharlesMacleod&lt;/a&gt;&amp;nbsp;Yes I had tried this solution as well but as you can see this way scroll viewer will be till the search box and not only to the search results.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 26 Jul 2023 17:46:44 GMT</pubDate>
    <dc:creator>JamesAkaes</dc:creator>
    <dc:date>2023-07-26T17:46:44Z</dc:date>
    <item>
      <title>Locator control detailed view causing problem</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/locator-control-detailed-view-causing-problem/m-p/1311913#M10082</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am using a locator control in my custom dock pane. But whenever I am using detailed view since result set is now larger the controls below the locator control get pushed more downwards. I tried to set the max height to the locator control due to that result set is inside the scroll viewer but now all the results are not visible and getting cut down (scroll viewer is not scrollable to full extent where we can see all the result sets).&lt;/P&gt;&lt;P&gt;Anyone faced this issue?&lt;/P&gt;&lt;P&gt;This is my UI code&lt;/P&gt;&lt;P&gt;&amp;lt;ScrollViewer VerticalScrollBarVisibility="Auto"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Grid&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;Grid.RowDefinitions&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;RowDefinition Height="Auto" /&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;RowDefinition Height="Auto" /&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;RowDefinition Height="*" /&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/Grid.RowDefinitions&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;mappingControls:LocatorControl Grid.Row="0" Margin="3"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;behaviors:Interaction.Triggers&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;behaviors:EventTrigger EventName="SelectedGeocodeResultsChanged"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;behaviors:InvokeCommandAction Command="{Binding&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SelectedGeocodeResultsChangedCommand}" PassEventArgsToCommand="True" /&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/behaviors:EventTrigger&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/behaviors:Interaction.Triggers&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/mappingControls:LocatorControl&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Label Grid.Row="1" Margin="3" Content="" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;StackPanel Grid.Row="2" Margin="6,2"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;RadioButton Margin="3,3" Content="" /&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;RadioButton Margin="3,3" Content="" /&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Button Margin="0,20,3,3" HorizontalAlignment="Right" Command="{Binding SearchCommand}" Content="Search" Style="{DynamicResource Esri_Button}" /&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/StackPanel&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;/Grid&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/ScrollViewer&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/12882"&gt;@Wolf&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/42133"&gt;@GKmieliauskas&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/9021"&gt;@UmaHarano&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2023 08:05:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/locator-control-detailed-view-causing-problem/m-p/1311913#M10082</guid>
      <dc:creator>JamesAkaes</dc:creator>
      <dc:date>2023-07-26T08:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: Locator control detailed view causing problem</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/locator-control-detailed-view-causing-problem/m-p/1311944#M10084</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Does your custom dock pane contain only "ScrollViewer" type control?&lt;/P&gt;&lt;P&gt;If yes, I think, it is enough to have only grid in it:&lt;/P&gt;&lt;LI-CODE lang="c"&gt;     &amp;lt;Grid&amp;gt;
          &amp;lt;Grid.RowDefinitions&amp;gt;
               &amp;lt;RowDefinition Height="*" /&amp;gt;
               &amp;lt;RowDefinition Height="Auto" /&amp;gt;
               &amp;lt;RowDefinition Height="Auto" /&amp;gt;
         &amp;lt;/Grid.RowDefinitions&amp;gt;

         &amp;lt;mappingControls:LocatorControl Grid.Row="0" Margin="3"&amp;gt;
              &amp;lt;behaviors:Interaction.Triggers&amp;gt;
                  &amp;lt;behaviors:EventTrigger EventName="SelectedGeocodeResultsChanged"&amp;gt;
                       &amp;lt;behaviors:InvokeCommandAction Command="{Binding                   SelectedGeocodeResultsChangedCommand}" PassEventArgsToCommand="True" /&amp;gt;
                 &amp;lt;/behaviors:EventTrigger&amp;gt;
             &amp;lt;/behaviors:Interaction.Triggers&amp;gt;
         &amp;lt;/mappingControls:LocatorControl&amp;gt;

         &amp;lt;Label Grid.Row="1" Margin="3" Content="" /&amp;gt;

        &amp;lt;StackPanel Grid.Row="2" Margin="6,2"&amp;gt;
             &amp;lt;RadioButton Margin="3,3" Content="" /&amp;gt;
             &amp;lt;RadioButton Margin="3,3" Content="" /&amp;gt;
             &amp;lt;Button Margin="0,20,3,3" HorizontalAlignment="Right" Command="{Binding SearchCommand}" Content="Search" Style="{DynamicResource Esri_Button}" /&amp;gt;
       &amp;lt;/StackPanel&amp;gt;
  &amp;lt;/Grid&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have change grid row definitions first with last.&lt;/P&gt;&lt;P&gt;Now in ArcGIS Pro GeocodingTools sample it looks like in picture below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GintautasKmieliauskas_0-1690370289451.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/76339i63F51ECD7C12FFC8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="GintautasKmieliauskas_0-1690370289451.png" alt="GintautasKmieliauskas_0-1690370289451.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2023 11:19:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/locator-control-detailed-view-causing-problem/m-p/1311944#M10084</guid>
      <dc:creator>GKmieliauskas</dc:creator>
      <dc:date>2023-07-26T11:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: Locator control detailed view causing problem</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/locator-control-detailed-view-causing-problem/m-p/1311947#M10085</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/42133"&gt;@GKmieliauskas&lt;/a&gt;&amp;nbsp;But my radio buttons as well as search button should be next to locator control not at the end.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2023 11:24:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/locator-control-detailed-view-causing-problem/m-p/1311947#M10085</guid>
      <dc:creator>JamesAkaes</dc:creator>
      <dc:date>2023-07-26T11:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: Locator control detailed view causing problem</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/locator-control-detailed-view-causing-problem/m-p/1311951#M10086</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/42133"&gt;@GKmieliauskas&lt;/a&gt;&amp;nbsp;And also problem is with the detailed view of the locator control. When there are large results set then below controls are going down and therefore hiding in the UI.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2023 11:35:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/locator-control-detailed-view-causing-problem/m-p/1311951#M10086</guid>
      <dc:creator>JamesAkaes</dc:creator>
      <dc:date>2023-07-26T11:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: Locator control detailed view causing problem</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/locator-control-detailed-view-causing-problem/m-p/1311971#M10087</link>
      <description>&lt;P&gt;Can you add picture how it must be.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2023 12:47:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/locator-control-detailed-view-causing-problem/m-p/1311971#M10087</guid>
      <dc:creator>GKmieliauskas</dc:creator>
      <dc:date>2023-07-26T12:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: Locator control detailed view causing problem</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/locator-control-detailed-view-causing-problem/m-p/1311976#M10088</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="UIWithoutSearch.png" style="width: 393px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/76343i0AC6CF8FB9F59EC0/image-size/large?v=v2&amp;amp;px=999" role="button" title="UIWithoutSearch.png" alt="UIWithoutSearch.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This should be the UI state when nothing is searched. But when searched and detailed view is selected which will give big result set then then result set should be in scroll viewer. In that case below controls should get pushed downwards which is fine but not so much where those will get hidden.&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/42133"&gt;@GKmieliauskas&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2023 13:08:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/locator-control-detailed-view-causing-problem/m-p/1311976#M10088</guid>
      <dc:creator>JamesAkaes</dc:creator>
      <dc:date>2023-07-26T13:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: Locator control detailed view causing problem</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/locator-control-detailed-view-causing-problem/m-p/1311988#M10089</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/42133"&gt;@GKmieliauskas&lt;/a&gt;&amp;nbsp;And this is the problem when opening the detailed view with big result set a scroll viewer will come since i am using that but also the radio buttons and search button will go at the extreme and using scroll viewer we need to see them. I was trying to just to have internal scroll viewer just for locator control's search results.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="UIWIthDetailedView.png" style="width: 186px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/76349i8E9BC0E46C53A7EE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="UIWIthDetailedView.png" alt="UIWIthDetailedView.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2023 13:34:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/locator-control-detailed-view-causing-problem/m-p/1311988#M10089</guid>
      <dc:creator>JamesAkaes</dc:creator>
      <dc:date>2023-07-26T13:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: Locator control detailed view causing problem</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/locator-control-detailed-view-causing-problem/m-p/1312156#M10090</link>
      <description>&lt;P&gt;Move your scroll viewer to be around the locator control and set its Max Height to whatever is your max - eg 400. The Row height for the row containing your control _must be_ &lt;STRONG&gt;Auto&amp;nbsp;&lt;/STRONG&gt;not "*".&lt;/P&gt;&lt;P&gt;last, I added an extra row with height="*" that is not used to force the dockpane view to "shrink" when the locator control has no content.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="locator_panel.png" style="width: 445px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/76399i207FC2B26B708A59/image-size/large?v=v2&amp;amp;px=999" role="button" title="locator_panel.png" alt="locator_panel.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;   &amp;lt;Grid.RowDefinitions&amp;gt;
      &amp;lt;RowDefinition Height="Auto"/&amp;gt;&amp;lt;!-- must be Auto --&amp;gt;
      &amp;lt;RowDefinition Height="Auto" /&amp;gt;
      &amp;lt;RowDefinition Height="Auto" /&amp;gt;
      &amp;lt;RowDefinition Height="*" /&amp;gt;&amp;lt;!-- extra row with "*" --&amp;gt;
   &amp;lt;/Grid.RowDefinitions&amp;gt;
   &amp;lt;!-- move the scroll viewer. set its max height --&amp;gt;
   &amp;lt;ScrollViewer Grid.Row="0" Margin="3" VerticalScrollBarVisibility="Auto" MaxHeight="400"&amp;gt;
     &amp;lt;mappingControls:LocatorControl&amp;gt;
       &amp;lt;!-- etc, etc --&amp;gt;
     &amp;lt;/mappingControls:LocatorControl&amp;gt;
  &amp;lt;/ScrollViewer&amp;gt;
        
   &amp;lt;Label Grid.Row="1" Margin="3" Content="" /&amp;gt;

   &amp;lt;StackPanel Grid.Row="2" Margin="6,2"&amp;gt;
     &amp;lt;RadioButton Margin="3,3" Content="" /&amp;gt;
     &amp;lt;RadioButton Margin="3,3" Content="" /&amp;gt;
     &amp;lt;RadioButton Margin="3,3" Content="" /&amp;gt;
     &amp;lt;Button Margin="0,20,3,3" HorizontalAlignment="Right" Command="{Binding SearchCommand}" Content="Search" Style="{DynamicResource Esri_Button}" /&amp;gt;
  &amp;lt;/StackPanel&amp;gt;
&amp;lt;/Grid&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2023 17:26:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/locator-control-detailed-view-causing-problem/m-p/1312156#M10090</guid>
      <dc:creator>CharlesMacleod</dc:creator>
      <dc:date>2023-07-26T17:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: Locator control detailed view causing problem</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/locator-control-detailed-view-causing-problem/m-p/1312174#M10091</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/145101"&gt;@CharlesMacleod&lt;/a&gt;&amp;nbsp;Yes I had tried this solution as well but as you can see this way scroll viewer will be till the search box and not only to the search results.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2023 17:46:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/locator-control-detailed-view-causing-problem/m-p/1312174#M10091</guid>
      <dc:creator>JamesAkaes</dc:creator>
      <dc:date>2023-07-26T17:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: Locator control detailed view causing problem</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/locator-control-detailed-view-causing-problem/m-p/1312178#M10092</link>
      <description>&lt;P&gt;yes. that is because the results and the search box are part of the same control. unless u write your own control that is how it will look&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2023 17:52:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/locator-control-detailed-view-causing-problem/m-p/1312178#M10092</guid>
      <dc:creator>CharlesMacleod</dc:creator>
      <dc:date>2023-07-26T17:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: Locator control detailed view causing problem</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/locator-control-detailed-view-causing-problem/m-p/1312180#M10093</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/145101"&gt;@CharlesMacleod&lt;/a&gt;&amp;nbsp;Yes thats what I thought just wanted to still check&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2023 17:54:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/locator-control-detailed-view-causing-problem/m-p/1312180#M10093</guid>
      <dc:creator>JamesAkaes</dc:creator>
      <dc:date>2023-07-26T17:54:40Z</dc:date>
    </item>
  </channel>
</rss>

