<?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: Adding an additional URL to a Custom URL Category using XML-API in Automation/API Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/adding-an-additional-url-to-a-custom-url-category-using-xml-api/m-p/27083#M700</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad I could help...you wouldn't happen to know anything about using curl to make the api calls would you?&amp;nbsp; I'm struggling with a 'User Not Authorized' error&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 23 Feb 2013 04:35:16 GMT</pubDate>
    <dc:creator>cully_bennefield</dc:creator>
    <dc:date>2013-02-23T04:35:16Z</dc:date>
    <item>
      <title>Adding an additional URL to a Custom URL Category using XML-API</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/adding-an-additional-url-to-a-custom-url-category-using-xml-api/m-p/27077#M694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I add an additional URL to an existing Custom URL Category using XML-API.&amp;nbsp; I have been trying variations of the following command: &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 15px; font-family: Arial; color: #1155cc; text-decoration: underline;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 15px; font-family: Arial;"&gt;&lt;A class="jive-link-external-small" href="https://00.0.0.00/api/?type=config&amp;amp;action=set&amp;amp;key="&gt;https://00.0.0.00/api/?type=config&amp;amp;action=set&amp;amp;key=&lt;/A&gt;&lt;EM&gt;authkey&lt;/EM&gt;&amp;amp;path=/config/devices/entry[@name='localhost.localdomain']/vsys/entry[@name='vsys1']/profiles/custom-url-category/entry[@name='MS_WHITE']&amp;amp;element=&amp;lt;member&amp;gt;www.goodsite.com&amp;lt;/member&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000;"&gt;&lt;EM style="font-size: 15px; text-decoration: underline; font-family: Arial;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;When I enter this command it returns this error:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: monospace; font-size: 13.333333015441895px;"&gt;&amp;lt;![CDATA[ unexpected here ]]&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #808080; font-family: monospace; font-size: 13.333333015441895px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: monospace; font-size: 13.333333015441895px;"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; color: #808080;"&gt;Does anyone know how I can make this work.&amp;nbsp; Thank you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2013 19:45:32 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/adding-an-additional-url-to-a-custom-url-category-using-xml-api/m-p/27077#M694</guid>
      <dc:creator>SCASDNetwork</dc:creator>
      <dc:date>2013-02-19T19:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: Adding an additional URL to a Custom URL Category using XML-API</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/adding-an-additional-url-to-a-custom-url-category-using-xml-api/m-p/27078#M695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;http(s)://hostname/api/?type=config&amp;amp;action=set&amp;amp;xpath=/config/devices/entry/vsys/entry[@name='vsys1']/profiles/custom-url-category/entry[@name='xmltest urlcat']/list&amp;amp;element=&amp;lt;list&amp;gt;&amp;lt;member&amp;gt;www.somesite.com&amp;lt;/member&amp;gt;&amp;lt;/list&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the FAQ section in the API guide for this and other examples.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2013 01:11:02 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/adding-an-additional-url-to-a-custom-url-category-using-xml-api/m-p/27078#M695</guid>
      <dc:creator>SRA</dc:creator>
      <dc:date>2013-02-20T01:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: Adding an additional URL to a Custom URL Category using XML-API</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/adding-an-additional-url-to-a-custom-url-category-using-xml-api/m-p/27079#M696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Savasarala.&amp;nbsp; Thank you for your help.&amp;nbsp; I see the examples in the API Guide now.&amp;nbsp; When I use this command,&amp;nbsp; I geth the following error: &lt;/P&gt;&lt;P class="collapsible-content" style="margin-left: 1em; color: #000000; font-family: monospace;"&gt;&lt;/P&gt;&lt;DIV class="line"&gt;&lt;SPAN class="text"&gt;&amp;lt;![CDATA[ -&amp;gt; list -&amp;gt; list has unexpected text. ]]&amp;gt;&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="text"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="text"&gt;Thoughts?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2013 19:03:05 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/adding-an-additional-url-to-a-custom-url-category-using-xml-api/m-p/27079#M696</guid>
      <dc:creator>SCASDNetwork</dc:creator>
      <dc:date>2013-02-20T19:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: Adding an additional URL to a Custom URL Category using XML-API</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/adding-an-additional-url-to-a-custom-url-category-using-xml-api/m-p/27080#M697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have also tried and received the same error...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="line" style="color: #000000; font-family: monospace; font-size: 13px;"&gt;&lt;SPAN class="webkit-html-tag"&gt;&amp;lt;response&lt;SPAN class="webkit-html-attribute"&gt; &lt;SPAN class="webkit-html-attribute-name"&gt;status&lt;/SPAN&gt;="&lt;SPAN class="webkit-html-attribute-value"&gt;error&lt;/SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class="webkit-html-attribute"&gt; &lt;SPAN class="webkit-html-attribute-name"&gt;code&lt;/SPAN&gt;="&lt;SPAN class="webkit-html-attribute-value"&gt;12&lt;/SPAN&gt;"&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class="collapsible" id="collapsible1"&gt;&lt;DIV class="expanded"&gt;&lt;DIV class="line" style="padding-left: 30px;"&gt;&lt;SPAN class="webkit-html-tag"&gt;&amp;lt;msg&amp;gt;&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="collapsible-content" style="margin-left: 1em;"&gt;&lt;/P&gt;&lt;DIV class="collapsible" id="collapsible2"&gt;&lt;DIV class="expanded"&gt;&lt;DIV class="line" style="padding-left: 30px;"&gt;&lt;SPAN class="button collapse-button" style="margin-left: -10px; background-position: no-repeat no-repeat;"&gt;&lt;/SPAN&gt;&lt;SPAN class="webkit-html-tag"&gt;&amp;lt;line&amp;gt;&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="collapsible-content" style="margin-left: 1em;"&gt;&lt;/P&gt;&lt;DIV class="line" style="padding-left: 30px;"&gt;&lt;SPAN class="text"&gt;&amp;lt;![CDATA[ list -&amp;gt; list has unexpected text. ]]&amp;gt;&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;P class="line"&gt;&lt;SPAN class="webkit-html-tag"&gt;&amp;lt;/line&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P class="line"&gt;&lt;SPAN class="webkit-html-tag"&gt;&amp;lt;/msg&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P class="line" style="color: #000000; font-family: monospace; font-size: 13px;"&gt;&lt;SPAN class="webkit-html-tag"&gt;&amp;lt;/response&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2013 17:19:43 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/adding-an-additional-url-to-a-custom-url-category-using-xml-api/m-p/27080#M697</guid>
      <dc:creator>cully_bennefield</dc:creator>
      <dc:date>2013-02-21T17:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: Adding an additional URL to a Custom URL Category using XML-API</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/adding-an-additional-url-to-a-custom-url-category-using-xml-api/m-p/27081#M698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to successfully make this work using the following URL (specific to my site...please excuse the personalized / non obfuscated naming)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://panorama/api/?type=config&amp;amp;action=set&amp;amp;xpath=/config/shared/profiles/custom-url-category/entry[@name='cully-api-test']/list&amp;amp;element="&gt;https://panorama/api/?type=config&amp;amp;action=set&amp;amp;xpath=/config/shared/profiles/custom-url-category/entry[@name='cully-api-test']/list&amp;amp;element=&lt;/A&gt;&lt;SPAN&gt;&amp;lt;member&amp;gt;www.apitest.com&amp;lt;/member&amp;gt;&amp;lt;member&amp;gt;www.apitest2.com&amp;lt;/member&amp;gt;&amp;lt;member&amp;gt;www.apitest3.com&amp;lt;/member&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got some info about cli debug from the following thread that was very helpful&lt;/P&gt;&lt;P&gt;&lt;A class="" href="https://live.paloaltonetworks.com/message/11766#11766"&gt;https://live.paloaltonetworks.com/message/11766#11766&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;basically, the &amp;lt;list&amp;gt;&amp;lt;/list&amp;gt; tags seemed to be interfering with the /list in the URI (I think...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure if this would be a supported method, however it did work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Cully&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2013 21:27:42 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/adding-an-additional-url-to-a-custom-url-category-using-xml-api/m-p/27081#M698</guid>
      <dc:creator>cully_bennefield</dc:creator>
      <dc:date>2013-02-21T21:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: Adding an additional URL to a Custom URL Category using XML-API</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/adding-an-additional-url-to-a-custom-url-category-using-xml-api/m-p/27082#M699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cully's&amp;nbsp; method also worked for me!&amp;nbsp; I simply removed the &amp;lt;list&amp;gt;&amp;lt;/list&amp;gt; tags from my command and it worked.&amp;nbsp; Thanks Cully!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-CS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2013 15:03:25 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/adding-an-additional-url-to-a-custom-url-category-using-xml-api/m-p/27082#M699</guid>
      <dc:creator>SCASDNetwork</dc:creator>
      <dc:date>2013-02-22T15:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: Adding an additional URL to a Custom URL Category using XML-API</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/adding-an-additional-url-to-a-custom-url-category-using-xml-api/m-p/27083#M700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad I could help...you wouldn't happen to know anything about using curl to make the api calls would you?&amp;nbsp; I'm struggling with a 'User Not Authorized' error&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Feb 2013 04:35:16 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/adding-an-additional-url-to-a-custom-url-category-using-xml-api/m-p/27083#M700</guid>
      <dc:creator>cully_bennefield</dc:creator>
      <dc:date>2013-02-23T04:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: Adding an additional URL to a Custom URL Category using XML-API</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/adding-an-additional-url-to-a-custom-url-category-using-xml-api/m-p/27084#M701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See the below.&amp;nbsp; The key is use -d for the key= so it is not URL-encoded and --data-urlencode for other parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;panxapi from PAN-perl will handle this for you and is a more friendly way to do configuration management using the API without knowing all the API details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ cat element.xml &lt;/P&gt;&lt;P&gt;&amp;lt;ip-netmask&amp;gt;10.16.1.10/32&amp;lt;/ip-netmask&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ KEY='cBwvtXHyrHp9EkOmJ/3PxYV5QG9XiMEsJRoBMhhh1Vw='&lt;/P&gt;&lt;P&gt;$ XPATH="/config/devices/entry/vsys/entry/address/entry[@name='smtp-relay']"&lt;/P&gt;&lt;P&gt;$ ELEMENT=`cat element.xml`&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;$ curl -k &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://172.29.9.253/api/"&gt;https://172.29.9.253/api/&lt;/A&gt;&lt;SPAN&gt; -d "type=config&amp;amp;action=set&amp;amp;key=$KEY" \&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; --data-urlencode "xpath=$XPATH" --data-urlencode "element=$ELEMENT"&lt;/P&gt;&lt;P&gt;&amp;lt;response status="success" code="20"&amp;gt;&amp;lt;msg&amp;gt;command succeeded&amp;lt;/msg&amp;gt;&amp;lt;/response&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2013 01:11:18 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/adding-an-additional-url-to-a-custom-url-category-using-xml-api/m-p/27084#M701</guid>
      <dc:creator>ksteves1</dc:creator>
      <dc:date>2013-02-25T01:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: Adding an additional URL to a Custom URL Category using XML-API</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/adding-an-additional-url-to-a-custom-url-category-using-xml-api/m-p/27085#M702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome - thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after successful tests there I came up with a template for doing it in python (my preferred language).&amp;nbsp; Here's an example of that, this function creates a custom url category and returns the response given by the web server - in case anyone is interested in that. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For debugging / testing it also prints out the URL that would have been passed to the API&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;import urllib, urllib2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; #cat_desc is a description of the url category&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; #cat_name is the name of the custom url category&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; def create_url_cat(self, cat_name, cat_desc, action='set'):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.parameters = dict()&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.parameters['key'] = 'Y/Xt9o0IK8ISYNnzTF4oJ8SpTis7cYMKb2NiNniMuPUPutJN4CuDASu5ni79twT6'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.parameters['type'] = 'config'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.parameters['action'] = 'set'&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.url = '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://panorama/api/"&gt;https://panorama/api/&lt;/A&gt;&lt;SPAN&gt;?'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.parameters['action'] = action&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.parameters['xpath'] = '/config/shared/profiles/custom-url-category/entry[@name=\''+ cat_name + '\']'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.parameters['element'] = '&amp;lt;description&amp;gt;' + cat_desc + '&amp;lt;/description&amp;gt;'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; params = urllib.urlencode(self.parameters)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; response = urllib2.urlopen(self.url, params)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; print self.url + str(params)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return response.read()&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 15:04:30 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/adding-an-additional-url-to-a-custom-url-category-using-xml-api/m-p/27085#M702</guid>
      <dc:creator>cully_bennefield</dc:creator>
      <dc:date>2013-02-26T15:04:30Z</dc:date>
    </item>
  </channel>
</rss>

