<?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: 'jimu/dijit/DrawBox' Documentation? in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/jimu-dijit-drawbox-documentation/m-p/294928#M7876</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Specifically, and trying to follow the example of the Draw widget:&lt;/P&gt;&lt;P&gt;To Widget.html, I add the div &lt;/P&gt;&lt;P&gt;div data-dojo-attach-point="drawBox" data-dojo-type="jimu/dijit/DrawBox" data-dojo-props='types:["point","polyline","polygon"],showClear:false' style="margin-top:5px;"&amp;gt;&amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To Widget.js I add&lt;BR /&gt;'jimu/dijit/DrawBox' reference in define([],&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the postCreate are simply these lines:&lt;/P&gt;&lt;P&gt;this.inherited(arguments);&lt;/P&gt;&lt;P&gt;this.drawBox.setMap(this.map);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I test it in Chrome, it breaks with this error&lt;/P&gt;&lt;P&gt;"TypeError: this.drawBox.setMap is not a function(…) "TypeError: this.drawBox.setMap is not a function..."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to see the exposed methods and properties?&amp;nbsp; Coming from Silverlight, and without documentation WAB widget development is at least an order of magnitude slower I am finding.&lt;/P&gt;&lt;P&gt;Thanks for any insight!&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Jun 2016 16:13:46 GMT</pubDate>
    <dc:creator>MarcusHarner</dc:creator>
    <dc:date>2016-06-08T16:13:46Z</dc:date>
    <item>
      <title>'jimu/dijit/DrawBox' Documentation?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/jimu-dijit-drawbox-documentation/m-p/294926#M7874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to add a drawing capability to a widget.&amp;nbsp; I looked to the Draw widget as an example.&amp;nbsp; The widget uses 'jimu/dijit/DrawBox'.&amp;nbsp;&amp;nbsp; I can not find documentation for this dijit in the &lt;A href="https://developers.arcgis.com/web-appbuilder/api-reference/css-framework.htm"&gt;API reference&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Does anyone know if there is additional API documentation?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;-Marcus Harner &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2016 23:12:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/jimu-dijit-drawbox-documentation/m-p/294926#M7874</guid>
      <dc:creator>MarcusHarner</dc:creator>
      <dc:date>2016-06-07T23:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: 'jimu/dijit/DrawBox' Documentation?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/jimu-dijit-drawbox-documentation/m-p/294927#M7875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Marcus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; There is no documentation for most of the internal jimu dijits. The DrawBox is a very simple dijit as far as exposed methods and properties. If you look at the Draw widget or or custom widgets like the eSearch you will see that using the DrawBox is not hard at all. Let me know if you have any specific questions. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 12:50:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/jimu-dijit-drawbox-documentation/m-p/294927#M7875</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-06-08T12:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: 'jimu/dijit/DrawBox' Documentation?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/jimu-dijit-drawbox-documentation/m-p/294928#M7876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Specifically, and trying to follow the example of the Draw widget:&lt;/P&gt;&lt;P&gt;To Widget.html, I add the div &lt;/P&gt;&lt;P&gt;div data-dojo-attach-point="drawBox" data-dojo-type="jimu/dijit/DrawBox" data-dojo-props='types:["point","polyline","polygon"],showClear:false' style="margin-top:5px;"&amp;gt;&amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To Widget.js I add&lt;BR /&gt;'jimu/dijit/DrawBox' reference in define([],&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the postCreate are simply these lines:&lt;/P&gt;&lt;P&gt;this.inherited(arguments);&lt;/P&gt;&lt;P&gt;this.drawBox.setMap(this.map);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I test it in Chrome, it breaks with this error&lt;/P&gt;&lt;P&gt;"TypeError: this.drawBox.setMap is not a function(…) "TypeError: this.drawBox.setMap is not a function..."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to see the exposed methods and properties?&amp;nbsp; Coming from Silverlight, and without documentation WAB widget development is at least an order of magnitude slower I am finding.&lt;/P&gt;&lt;P&gt;Thanks for any insight!&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 16:13:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/jimu-dijit-drawbox-documentation/m-p/294928#M7876</guid>
      <dc:creator>MarcusHarner</dc:creator>
      <dc:date>2016-06-08T16:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: 'jimu/dijit/DrawBox' Documentation?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/jimu-dijit-drawbox-documentation/m-p/294929#M7877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Marcus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;To Widget.js I add&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;'jimu/dijit/DrawBox' reference in define([],&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Did you also add the DrawBox parameter to the defines parameters list. In the AMD word you have defines and then each define has a parameter that coincides with it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 16:57:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/jimu-dijit-drawbox-documentation/m-p/294929#M7877</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-06-08T16:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: 'jimu/dijit/DrawBox' Documentation?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/jimu-dijit-drawbox-documentation/m-p/294930#M7878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Robert, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I only added 'jimu/dijit/DrawBox' into define([],&lt;/P&gt;&lt;P&gt;The Draw widget that I ma using for an example does not have a corresponding 'DrawBox' in&amp;nbsp; function().&lt;/P&gt;&lt;P&gt;It is like&lt;/P&gt;&lt;P&gt;define([...'jimu/dijit/DrawBox',...&lt;/P&gt;&lt;P&gt;],&lt;/P&gt;&lt;P&gt;fuction(...){&lt;/P&gt;&lt;P&gt;...});&lt;/P&gt;&lt;P&gt;where '...' is text that is not seemling related to the DrawBox&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 21:15:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/jimu-dijit-drawbox-documentation/m-p/294930#M7878</guid>
      <dc:creator>MarcusHarner</dc:creator>
      <dc:date>2016-06-08T21:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: 'jimu/dijit/DrawBox' Documentation?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/jimu-dijit-drawbox-documentation/m-p/294931#M7879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Marcus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; You are correct. If you are not creating the dijit in code then you do not need the matching parameter in your JS file.&lt;/P&gt;&lt;P&gt;Can I see your whole Widget.js to see if there is some other issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 21:24:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/jimu-dijit-drawbox-documentation/m-p/294931#M7879</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-06-08T21:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: 'jimu/dijit/DrawBox' Documentation?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/jimu-dijit-drawbox-documentation/m-p/294932#M7880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;Surely!&lt;/P&gt;&lt;P&gt;I attached the Widget.js file as Widget.txt. &lt;/P&gt;&lt;P&gt;In Widget.html I have this div&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 10pt; font-family: Consolas;"&gt;&amp;lt;div&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: 10pt; font-family: Consolas;"&gt;data-dojo-attach-point&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;="drawBox"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: 10pt; font-family: Consolas;"&gt;data-dojo-type&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;="jimu/dijit/DrawBox"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: 10pt; font-family: Consolas;"&gt;data-dojo-props&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;='types:["point","polyline","polygon"],showClear:false'&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: 10pt; font-family: Consolas;"&gt;style&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;="&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: 10pt; font-family: Consolas;"&gt;margin-top&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;5px&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;"&amp;gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt; font-family: Consolas;"&gt;div&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030; font-size: 10pt; font-family: Consolas;"&gt;That I think is references in the Widget.js from the Draw widget example.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030; font-family: Consolas;"&gt;The Widget is doing much more than just drawing, so there is a plethora of unreferenced functions still to be populated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030; font-family: Consolas;"&gt;The postCreate: seems to be where it is failing.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030; font-family: Consolas;"&gt;Any ideas would be greatly appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030; font-family: Consolas;"&gt;-Marcus&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2016 23:07:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/jimu-dijit-drawbox-documentation/m-p/294932#M7880</guid>
      <dc:creator>MarcusHarner</dc:creator>
      <dc:date>2016-06-13T23:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: 'jimu/dijit/DrawBox' Documentation?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/jimu-dijit-drawbox-documentation/m-p/294933#M7881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Marcus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you had a couple of issues, the main one was you did not have jimu/BaseWidget in your requires but it was in your declare array, and you did not have _WidgetsInTemplateMixin in your declare array. Also you should always have 'dojo/_base/declare', 'dijit/_WidgetsInTemplateMixin', 'jimu/BaseWidget' as the very first items in your define/require array. I had to make up some of the other files that you did not provide (so I had to guess as some of this), but here is your widget at least displaying in WAB.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 13:45:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/jimu-dijit-drawbox-documentation/m-p/294933#M7881</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-06-14T13:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: 'jimu/dijit/DrawBox' Documentation?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/jimu-dijit-drawbox-documentation/m-p/294934#M7882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks so much for your help Robert!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I revised my Widget.js with your revisions.&lt;/P&gt;&lt;P&gt;Now I get the message:&lt;/P&gt;&lt;P&gt;"Error: dijit._WidgetsInTemplateMixin: parser returned unfilled promise (probably waiting for module auto-load), unsupported by _WidgetsInTemplateMixin.&amp;nbsp;&amp;nbsp; Must pre-load all supporting widgets before instantiation."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can not find any documentation about this issue either.&amp;nbsp; It is a small simple app that I am porting over.&amp;nbsp; It might be faster to just write it from scratch.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 22:49:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/jimu-dijit-drawbox-documentation/m-p/294934#M7882</guid>
      <dc:creator>MarcusHarner</dc:creator>
      <dc:date>2016-06-14T22:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: 'jimu/dijit/DrawBox' Documentation?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/jimu-dijit-drawbox-documentation/m-p/294935#M7883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Marcus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; That eror just means that you have a dijit/widget in your widgets template that you have not defined in your Widget.js file. If you attach your Widget.html I can take a look for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 00:13:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/jimu-dijit-drawbox-documentation/m-p/294935#M7883</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-06-15T00:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: 'jimu/dijit/DrawBox' Documentation?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/jimu-dijit-drawbox-documentation/m-p/294936#M7884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert!&lt;/P&gt;&lt;P&gt;Oh fantastic, and Yes indeed I did have a 'dijit/form/RadioButton' in the template html, but not defined in the Widjet.js file.&amp;nbsp; I corrected it and indeed I do see the widget.&amp;nbsp; &lt;/P&gt;&lt;P&gt;Thank You!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:06:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/jimu-dijit-drawbox-documentation/m-p/294936#M7884</guid>
      <dc:creator>MarcusHarner</dc:creator>
      <dc:date>2016-06-15T16:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: 'jimu/dijit/DrawBox' Documentation?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/jimu-dijit-drawbox-documentation/m-p/294937#M7885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Marcus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Glad to hear. Please Mark this question as answered by clicking on the "Correct Answer" link on the thread that answered your question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:09:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/jimu-dijit-drawbox-documentation/m-p/294937#M7885</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-06-15T16:09:01Z</dc:date>
    </item>
  </channel>
</rss>

