<?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 can I display the html in a field as separate fields? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-display-the-html-in-a-field-as-separate-fields/m-p/647088#M52913</link>
    <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/64273"&gt;@rrovers&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As per your code you need to remove below code from Search tag.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;done&amp;gt;
      &amp;lt;set token="tokHTML"&amp;gt;$result.data1$&amp;lt;/set&amp;gt;
&amp;lt;/done&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Remove `$tokHTML$` from&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;div id="htmlPanelWithToken"&amp;gt;
    $tokHTML$
&amp;lt;/div&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Check this comment and try to mimic and replicate in your code.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-display-the-html-in-a-field-as-separate-fields/m-p/645476/highlight/true#M52684" target="_blank"&gt;https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-display-the-html-in-a-field-as-separate-fields/m-p/645476/highlight/true#M52684&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt; &amp;nbsp;As you are working with JS you need to follow some development practices.&lt;/P&gt;&lt;P&gt;Your javascript should be at&amp;nbsp;&lt;STRONG&gt;$SPLUNK_HOME/etc/apps/&amp;lt;app_name&amp;gt;/appserver/static/&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;directory.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;After updating a javascript file that is already being used in Dashboard, reload the code through a bump on the search head by visiting this page:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;A href="https://my.search.head/en-US/_bump" target="_blank" rel="nofollow noopener noreferrer"&gt;https://my.search.head/en-US/_bump&lt;/A&gt; and click on the bump button.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I hope this will help you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;BR /&gt;KV&lt;BR /&gt;If any of my replies help you to solve the problem Or gain knowledge, an upvote would be appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 15 Jun 2023 05:27:17 GMT</pubDate>
    <dc:creator>kamlesh_vaghela</dc:creator>
    <dc:date>2023-06-15T05:27:17Z</dc:date>
    <item>
      <title>How can I display the html in a field as separate fields?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-display-the-html-in-a-field-as-separate-fields/m-p/645236#M52672</link>
      <description>&lt;P&gt;With &lt;A href="https://community.splunk.com/t5/Dashboards-Visualizations/Render-HTML-code-from-search-result-in-Splunk-dashboard/m-p/221940" target="_blank" rel="noopener"&gt;https://community.splunk.com/t5/Dashboards-Visualizations/Render-HTML-code-from-search-result-in-Splunk-dashboard/m-p/221940&lt;/A&gt;&amp;nbsp;I managed to display the (html) content in 1 field in readable format.&lt;/P&gt;
&lt;P&gt;This solution works fine for 1 field at a time (logically,&amp;nbsp; because it's using a token). I want to display all the fields in a dashboard in that format. I can't find out how to do that.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Besides that it's hard to find usefull information to use javascript in combination with splunk but maybe that's because I'm relatively new in using javascript and probably using the wrong keywords. Anyone some suggestions?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 13:54:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-display-the-html-in-a-field-as-separate-fields/m-p/645236#M52672</guid>
      <dc:creator>rrovers</dc:creator>
      <dc:date>2023-05-31T13:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: How can I display the html in a field as separate fields?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-display-the-html-in-a-field-as-separate-fields/m-p/645476#M52684</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/64273"&gt;@rrovers&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can use Javascript to achieve your requirement. I'm sharing the&amp;nbsp;extended javascript code to you so can start.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;dashboard script="convert_to_html.js"&amp;gt;
  &amp;lt;label&amp;gt;HTML from SPL&amp;lt;/label&amp;gt;
  &amp;lt;search id="mySearch"&amp;gt;
    &amp;lt;done&amp;gt;
      &amp;lt;set token="tokHTML"&amp;gt;$result.data$&amp;lt;/set&amp;gt;
    &amp;lt;/done&amp;gt;
    &amp;lt;query&amp;gt;| makeresults | eval data="&amp;amp;lt;b&amp;amp;gt;Network Map One &amp;amp;lt;/b&amp;amp;gt;&amp;amp;lt;br&amp;amp;gt;&amp;amp;lt;/br&amp;amp;gt;|-- Device 1: 10.100.100.4&amp;amp;lt;br&amp;amp;gt;&amp;amp;lt;/br&amp;amp;gt;|-- Device 2: 10.100.100.250&amp;amp;lt;br&amp;amp;gt;&amp;amp;lt;/br&amp;amp;gt;|-- Device 3: 10.100.3.42 (Mode: MASTER)&amp;amp;lt;br&amp;amp;gt;&amp;amp;lt;/br&amp;amp;gt;", data1="&amp;amp;lt;b&amp;amp;gt;Network Map Two&amp;amp;lt;/b&amp;amp;gt;&amp;amp;lt;br&amp;amp;gt;&amp;amp;lt;/br&amp;amp;gt;|-- Device 1: 10.100.100.4&amp;amp;lt;br&amp;amp;gt;&amp;amp;lt;/br&amp;amp;gt;|-- Device 2: 10.100.100.250&amp;amp;lt;br&amp;amp;gt;&amp;amp;lt;/br&amp;amp;gt;|-- Device 3: 10.100.3.42 (Mode: MASTER)&amp;amp;lt;br&amp;amp;gt;&amp;amp;lt;/br&amp;amp;gt;"&amp;lt;/query&amp;gt;
    &amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;
    &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
    &amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;
  &amp;lt;/search&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;html&amp;gt;
        &amp;lt;div id="htmlPanelWithToken"&amp;gt;
        &amp;lt;/div&amp;gt;
      &amp;lt;/html&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/dashboard&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;convert_to_html.js&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;require([
    'jquery',
    'splunkjs/mvc',
    'splunkjs/mvc/simplexml/ready!'
], function ($, mvc,) {
    var mySearch = mvc.Components.get("mySearch");
    var mySearchResults = mySearch.data("results");
    mySearchResults.on("data", function () {
        resultArray = mySearchResults.data().rows;
        var generateHTMLContent = "";
        $("#htmlPanelWithToken").html(generateHTMLContent);
        //Iterate Result set
        $.each(resultArray, function (index, value) {
            // console.log(index, value)
            console.log(index, value[0])
            console.log(index, value[1])
            console.log(index, value[2])

            // Create proper HTML content from result
            generateHTMLContent = "&amp;lt;table&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;" + value[1] + "&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;" + value[2] + "&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;";
            //value[1] = data field
            //value[2] = data1 field

            console.log(generateHTMLContent);
        })
        $("#htmlPanelWithToken").html(generateHTMLContent);
    });
});&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this will help you.&lt;/P&gt;&lt;P&gt;In case you required further help then please share more about your requirement with sample data and expected output.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;BR /&gt;KV&lt;BR /&gt;If any of my replies help you to solve the problem Or gain knowledge, an upvote would be appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 06:33:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-display-the-html-in-a-field-as-separate-fields/m-p/645476#M52684</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2023-06-02T06:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: How can I display the html in a field as separate fields?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-display-the-html-in-a-field-as-separate-fields/m-p/646763#M52878</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/127939"&gt;@kamlesh_vaghela&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Thanks for your answer. I copied the source to a dashboard, added the token:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;div id="htmlPanelWithToken"&amp;gt;
     $tokHTML$
&amp;lt;/div&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;and loaded the javascript but the result is not as I expected, namely:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;b&amp;gt;Network Map Two&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&amp;lt;/br&amp;gt;|-- Device 1: 10.100.100.4&amp;lt;br&amp;gt;&amp;lt;/br&amp;gt;|-- Device 2: 10.100.100.250&amp;lt;br&amp;gt;&amp;lt;/br&amp;gt;|-- Device 3: 10.100.3.42 (Mode: MASTER)&amp;lt;br&amp;gt;&amp;lt;/br&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I expect something like:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Network map 2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Device 1:...&lt;/P&gt;&lt;P&gt;Device 2:...&lt;/P&gt;&lt;P&gt;Is there something wrong in the code or are my expecations not right?&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;</description>
      <pubDate>Tue, 13 Jun 2023 06:50:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-display-the-html-in-a-field-as-separate-fields/m-p/646763#M52878</guid>
      <dc:creator>rrovers</dc:creator>
      <dc:date>2023-06-13T06:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: How can I display the html in a field as separate fields?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-display-the-html-in-a-field-as-separate-fields/m-p/646776#M52880</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/64273"&gt;@rrovers&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please share your Sample XML and JS?&lt;/P&gt;&lt;P&gt;KV&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2023 08:50:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-display-the-html-in-a-field-as-separate-fields/m-p/646776#M52880</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2023-06-13T08:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: How can I display the html in a field as separate fields?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-display-the-html-in-a-field-as-separate-fields/m-p/646786#M52882</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@&lt;A class="" href="https://community.splunk.com/t5/user/viewprofilepage/user-id/127939" target="_self"&gt;&lt;SPAN class=""&gt;kamlesh_vaghela&lt;/SPAN&gt;&lt;/A&gt;, It's based on your example:&lt;/P&gt;&lt;P&gt;dashboard:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;dashboard version="1.1" script="convert_to_html.js"&amp;gt;
  &amp;lt;label&amp;gt;HTML from SPL&amp;lt;/label&amp;gt;
  &amp;lt;search&amp;gt;
    &amp;lt;query&amp;gt;
      | makeresults 
      | eval data="&amp;amp;lt;b&amp;amp;gt;Network Map One &amp;amp;lt;/b&amp;amp;gt;&amp;amp;lt;br&amp;amp;gt;&amp;amp;lt;/br&amp;amp;gt;|-- Device 1: 10.100.100.4&amp;amp;lt;br&amp;amp;gt;&amp;amp;lt;/br&amp;amp;gt;|-- Device 2: 10.100.100.250&amp;amp;lt;br&amp;amp;gt;&amp;amp;lt;/br&amp;amp;gt;|-- Device 3: 10.100.3.42 (Mode: MASTER)&amp;amp;lt;br&amp;amp;gt;&amp;amp;lt;/br&amp;amp;gt;"
      , data1="&amp;amp;lt;b&amp;amp;gt;Network Map Two&amp;amp;lt;/b&amp;amp;gt;&amp;amp;lt;br&amp;amp;gt;&amp;amp;lt;/br&amp;amp;gt;|-- Device 1: 10.100.100.4&amp;amp;lt;br&amp;amp;gt;&amp;amp;lt;/br&amp;amp;gt;|-- Device 2: 10.100.100.250&amp;amp;lt;br&amp;amp;gt;&amp;amp;lt;/br&amp;amp;gt;|-- Device 3: 10.100.3.42 (Mode: MASTER)&amp;amp;lt;br&amp;amp;gt;&amp;amp;lt;/br&amp;amp;gt;"
    &amp;lt;/query&amp;gt;
    &amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;
    &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
    &amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;
    &amp;lt;done&amp;gt;
      &amp;lt;set token="tokHTML"&amp;gt;$result.data1$&amp;lt;/set&amp;gt;
    &amp;lt;/done&amp;gt;
  &amp;lt;/search&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;html&amp;gt;
        &amp;lt;div id="htmlPanelWithToken"&amp;gt;
          $tokHTML$
        &amp;lt;/div&amp;gt;
      &amp;lt;/html&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/dashboard&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;jscript:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;require([ 
'jquery',
 'splunkjs/mvc', 
 'splunkjs/mvc/simplexml/ready!' 
 ],
 function ($, mvc,) 
 { var mySearch = mvc.Components.get("mySearch");
 var mySearchResults = mySearch.data("results");
  mySearchResults.on("data", function () {
   resultArray = mySearchResults.data().rows; var generateHTMLContent = "";
   $("#htmlPanelWithToken").html(generateHTMLContent);
   // Iterate Result set 
   $.each(resultArray, function (index, value) 
    //{  console.log(index, value)
     console.log(index, value[0]) 
     console.log(index, value[1])
      console.log(index, value[2]) 
     //Create proper HTML content from result
      generateHTMLContent = "&amp;lt;table&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;" + value[1] + "&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;" + value[2] + "&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;"; 
    // value[1] = data field
    // value[2] = data1 field 
    console.log(generateHTMLContent);
     })
     $("#htmlPanelWithToken").html(generateHTMLContent); 
  });
 });
 
 
 &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2023 09:49:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-display-the-html-in-a-field-as-separate-fields/m-p/646786#M52882</guid>
      <dc:creator>rrovers</dc:creator>
      <dc:date>2023-06-13T09:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: How can I display the html in a field as separate fields?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-display-the-html-in-a-field-as-separate-fields/m-p/647088#M52913</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/64273"&gt;@rrovers&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As per your code you need to remove below code from Search tag.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;done&amp;gt;
      &amp;lt;set token="tokHTML"&amp;gt;$result.data1$&amp;lt;/set&amp;gt;
&amp;lt;/done&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Remove `$tokHTML$` from&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;div id="htmlPanelWithToken"&amp;gt;
    $tokHTML$
&amp;lt;/div&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Check this comment and try to mimic and replicate in your code.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-display-the-html-in-a-field-as-separate-fields/m-p/645476/highlight/true#M52684" target="_blank"&gt;https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-display-the-html-in-a-field-as-separate-fields/m-p/645476/highlight/true#M52684&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt; &amp;nbsp;As you are working with JS you need to follow some development practices.&lt;/P&gt;&lt;P&gt;Your javascript should be at&amp;nbsp;&lt;STRONG&gt;$SPLUNK_HOME/etc/apps/&amp;lt;app_name&amp;gt;/appserver/static/&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;directory.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;After updating a javascript file that is already being used in Dashboard, reload the code through a bump on the search head by visiting this page:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;A href="https://my.search.head/en-US/_bump" target="_blank" rel="nofollow noopener noreferrer"&gt;https://my.search.head/en-US/_bump&lt;/A&gt; and click on the bump button.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I hope this will help you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;BR /&gt;KV&lt;BR /&gt;If any of my replies help you to solve the problem Or gain knowledge, an upvote would be appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 05:27:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-display-the-html-in-a-field-as-separate-fields/m-p/647088#M52913</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2023-06-15T05:27:17Z</dc:date>
    </item>
  </channel>
</rss>

