<?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: Choosing a Subset of Records in Cloud Collaboration</title>
    <link>https://community.cisco.com/t5/cloud-collaboration/choosing-a-subset-of-records/m-p/3534934#M1197</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks again Ryan for all the help. I'm not sure what the actual character was, but I had my user modify the file name and it is no longer causing a problem. If possible, please keep me informed of when a final solution is implemented.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Aug 2016 15:02:17 GMT</pubDate>
    <dc:creator>phillip.isley</dc:creator>
    <dc:date>2016-08-12T15:02:17Z</dc:date>
    <item>
      <title>Choosing a Subset of Records</title>
      <link>https://community.cisco.com/t5/cloud-collaboration/choosing-a-subset-of-records/m-p/3534927#M1190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am attempting to use the "startFrom" and "maximumNum" elements to query a large amount of data in batches. It does not appear to be working correctly, but is most likely a mistake on my part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the information found here &lt;A href="https://developer.cisco.com/media/webex-xml-api/26GlobalRequestElementsforListControl.html#ChoosingASubsetofRecords"&gt;https://developer.cisco.com/media/webex-xml-api/26GlobalRequestElementsforListControl.html#ChoosingASubsetofRecords&lt;/A&gt; to control what data I would like back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first query is successful and when looking at the "matchingRecords" tells me:&lt;/P&gt;&lt;P&gt;startFrom = 1&lt;/P&gt;&lt;P&gt;maxNum = 500 (ceiling per request based on the doc)&lt;/P&gt;&lt;P&gt;totalRecords = 6471&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the next query, I modify the startFrom variable to 501 (since I already have the first group of 500) and post the request. The response status code is OK, however the returned value is just empty. Should I not be able to get all 6471 records by incrementing the startFrom element to collect 500 at a time?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I using the startFrom, maxNum, and totalRecords elements incorrectly?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2016 15:39:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-collaboration/choosing-a-subset-of-records/m-p/3534927#M1190</guid>
      <dc:creator>phillip.isley</dc:creator>
      <dc:date>2016-07-29T15:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: Choosing a Subset of Records</title>
      <link>https://community.cisco.com/t5/cloud-collaboration/choosing-a-subset-of-records/m-p/3534928#M1191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After further investigation, my code is working as it should and there is simply an empty record. This shouldn't be something that happens, correct? I found this by testing various startFrom and setting maxNum to 1 so that the request would only ask for one entry. I found that startFrom = 520 returns a message response of OK, but the result is completely empty. This was causing any other request range that included 520 to "blow up" upon trying to deserialize it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If a record exist, it should not be empty, correct? If this is something that is unavoidable, the only way I know to check for it is by requesting one record at a time and testing it's value. This would be fairly resource heavy since it's an individual POST for each record. Please tell me this isn't the only way to fix this. &lt;IMG src="https://community.cisco.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2016 19:32:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-collaboration/choosing-a-subset-of-records/m-p/3534928#M1191</guid>
      <dc:creator>phillip.isley</dc:creator>
      <dc:date>2016-07-29T19:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: Choosing a Subset of Records</title>
      <link>https://community.cisco.com/t5/cloud-collaboration/choosing-a-subset-of-records/m-p/3534929#M1192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What API Call are you using and what's your WebEx site? I will see if I can find out whats wrong with that record and blowing it up.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 17:11:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-collaboration/choosing-a-subset-of-records/m-p/3534929#M1192</guid>
      <dc:creator>ryanhunt</dc:creator>
      <dc:date>2016-08-05T17:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: Choosing a Subset of Records</title>
      <link>https://community.cisco.com/t5/cloud-collaboration/choosing-a-subset-of-records/m-p/3534930#M1193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __default_attr="xml" __jive_macro_name="code" class="_jivemacro_uid_14707699580815581 jive_text_macro jive_macro_code" jivemacro_uid="_14707699580815581" modifiedtitle="true"&gt;
&lt;P&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;serv:message&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; xmlns:history="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.webex.com/schemas/2002/06/service/history" rel="nofollow" target="_blank"&gt;http://www.webex.com/schemas/2002/06/service/history&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; xmlns:com="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.webex.com/schemas/2002/06/common" rel="nofollow" target="_blank"&gt;http://www.webex.com/schemas/2002/06/common&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; xmlns:att="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.webex.com/schemas/2002/06/service/attendee" rel="nofollow" target="_blank"&gt;http://www.webex.com/schemas/2002/06/service/attendee&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; xmlns:meet="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.webex.com/schemas/2002/06/service/meeting" rel="nofollow" target="_blank"&gt;http://www.webex.com/schemas/2002/06/service/meeting&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; xmlns:xsi="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.w3.org/2001/XMLSchema-instance" rel="nofollow" target="_blank"&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; xmlns:use="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.webex.com/schemas/2002/06/service/user" rel="nofollow" target="_blank"&gt;http://www.webex.com/schemas/2002/06/service/user&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; xmlns:xsd="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.w3.org/2001/XMLSchema" rel="nofollow" target="_blank"&gt;http://www.w3.org/2001/XMLSchema&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; xmlns:ep="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.webex.com/schemas/2002/06/service/ep" rel="nofollow" target="_blank"&gt;http://www.webex.com/schemas/2002/06/service/ep&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; xmlns:serv="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.webex.com/schemas/2002/06/service" rel="nofollow" target="_blank"&gt;http://www.webex.com/schemas/2002/06/service&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;serv:header&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;serv:securityContext&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;com:webExID&amp;gt;sas.admin&amp;lt;/com:webExID&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;com:password&amp;gt;XXXXX&amp;lt;/com:password&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;com:siteID&amp;gt;852782&amp;lt;/com:siteID&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;com:partnerID&amp;gt;guXv7Mx9mVjgvcsJzdh4_g&amp;lt;/com:partnerID&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/serv:securityContext&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;/serv:header&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;serv:body&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;serv:bodyContent xsi:type="ep:lstRecording"&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ep:listControl&amp;gt;&lt;/P&gt;
&lt;P&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;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ep:startFrom&amp;gt;544&amp;lt;/ep:startFrom&amp;gt;&lt;/P&gt;
&lt;P&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;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ep:maximumNum&amp;gt;1&amp;lt;/ep:maximumNum&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/ep:listControl&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ep:createTimeScope&amp;gt;&lt;/P&gt;
&lt;P&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;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ep:createTimeStart&amp;gt;01/01/2010 00:00:01&amp;lt;/ep:createTimeStart&amp;gt;&lt;/P&gt;
&lt;P&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;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ep:createTimeEnd&amp;gt;02/05/2016 14:18:04&amp;lt;/ep:createTimeEnd&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/ep:createTimeScope&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ep:returnSessionDetails&amp;gt;true&amp;lt;/ep:returnSessionDetails&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/serv:bodyContent&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;/serv:body&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;/serv:message&amp;gt;&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://sas.webex.com/" rel="nofollow" target="_blank"&gt;https://sas.webex.com/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently, it's record 544&amp;nbsp; with the date range found in the XML. It is moving though since this is a production site and new records are being added regularly. I know my code is working correctly as a whole since I pulled 35k records from our old WebEx site successfully. This is a simply a matter of, why is this record empty instead of just not existing at all?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 19:54:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-collaboration/choosing-a-subset-of-records/m-p/3534930#M1193</guid>
      <dc:creator>phillip.isley</dc:creator>
      <dc:date>2016-08-05T19:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: Choosing a Subset of Records</title>
      <link>https://community.cisco.com/t5/cloud-collaboration/choosing-a-subset-of-records/m-p/3534931#M1194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After speaking with our engineering team, it looks like one of your users: Antonio Gianni has a recording with an invalid XML character in the title, can you reach out to this user and get them to fix this recording name? It appears the problem is with a character between 'IT Enterprise Solutions' and 'Scheduling'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="99262" alt="Screen Shot 2016-08-09 at 5.35.19 PM.png" class="image-1 jive-image" src="/legacyfs/online/fusion/99262_Screen Shot 2016-08-09 at 5.35.19 PM.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 23:37:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-collaboration/choosing-a-subset-of-records/m-p/3534931#M1194</guid>
      <dc:creator>ryanhunt</dc:creator>
      <dc:date>2016-08-09T23:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: Choosing a Subset of Records</title>
      <link>https://community.cisco.com/t5/cloud-collaboration/choosing-a-subset-of-records/m-p/3534932#M1195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the explanation Ryan. I will check with my user and test after a change. Do you have a list of invalid characters? Also, do you know why there is nothing in place to prevent users from entering an invalid character when saving a recording? This creates a big problem for the XML API since it returns an empty/null response. Would it be possible to open a bug report for this problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2016 02:14:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-collaboration/choosing-a-subset-of-records/m-p/3534932#M1195</guid>
      <dc:creator>phillip.isley</dc:creator>
      <dc:date>2016-08-10T02:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: Choosing a Subset of Records</title>
      <link>https://community.cisco.com/t5/cloud-collaboration/choosing-a-subset-of-records/m-p/3534933#M1196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problematic character is likely an em dash, or long hyphen.. &lt;SPAN style="font-size: 13.3333px;"&gt;The likely fix is to escape it into an XML Unicode mdash, &lt;/SPAN&gt;I am still working w/engineering on a solution.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a work around in the meantime, fixing this record manually should address the immediate issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2016 20:45:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-collaboration/choosing-a-subset-of-records/m-p/3534933#M1196</guid>
      <dc:creator>ryanhunt</dc:creator>
      <dc:date>2016-08-10T20:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: Choosing a Subset of Records</title>
      <link>https://community.cisco.com/t5/cloud-collaboration/choosing-a-subset-of-records/m-p/3534934#M1197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks again Ryan for all the help. I'm not sure what the actual character was, but I had my user modify the file name and it is no longer causing a problem. If possible, please keep me informed of when a final solution is implemented.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2016 15:02:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-collaboration/choosing-a-subset-of-records/m-p/3534934#M1197</guid>
      <dc:creator>phillip.isley</dc:creator>
      <dc:date>2016-08-12T15:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: Choosing a Subset of Records</title>
      <link>https://community.cisco.com/t5/cloud-collaboration/choosing-a-subset-of-records/m-p/3534935#M1198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Ryan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Were there ever any changes made to address the issue of invalid XML characters used in Meeting/Recording names? I am running into this problem again and looking for a final solution. I haven't found a way to handle it from my side as the WebEx API doesn't return any data if an invalid character is present. I believe this is something that will have to be addressed from the WebEx side. The most likely solution is to escape all invalid XML characters before sending the response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I am missing something that I can do from my side, please let me know. I have had to revert back to processing the API requests in batches of 1 instead of 500 to ensure I don't exclude large chunks of data. As you can imagine, this greatly increases the time it takes for the full job to run. Please let me know if there is anything I can do to help be it testing, providing code, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Phillip&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 14:21:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-collaboration/choosing-a-subset-of-records/m-p/3534935#M1198</guid>
      <dc:creator>phillip.isley</dc:creator>
      <dc:date>2016-10-18T14:21:55Z</dc:date>
    </item>
  </channel>
</rss>

