<?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 RSS &amp;amp;amp;amp; crossdomain / alternative method in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/rss-amp-amp-amp-crossdomain-alternative-method/m-p/400372#M11496</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How I got around the RSS cross domain. (I know you can use a proxy, but I have limited access to our server, and that's why I came up with this method)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You will need iMacros (&lt;/SPAN&gt;&lt;A href="http://www.iopus.com/"&gt;http://www.iopus.com/&lt;/A&gt;&lt;SPAN&gt;) to make this work. I am extracting the RSS source code from &lt;/SPAN&gt;&lt;A href="http://inciweb.org/feeds/rss/incidents/"&gt;http://inciweb.org/feeds/rss/incidents/&lt;/A&gt;&lt;SPAN&gt; and copying it to the clipboard. Once copied, I can then save it to a XML file that I have on IIS.&amp;nbsp; I run Task Scheduler on the server to basically refresh the RSS Data once a day, but you could set it for whatever you want. I haven�??t tested many RSS Feeds yet, but the one I needed to work does so without any trouble. Try it yourself, or simply change the URL GOTO= to something else.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Install iMacros, then make a shortcut to the iMacros executable and add one of the following to your target path:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(iMacros will close automatically, so use the �??noexit switch if you would like it to stay open. Give your macro a name after the #) &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"C:\Program Files (x86)\iOpus\iMacros\iMacros.exe" -macro #YouriMacros&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Or&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"C:\Program Files (x86)\iOpus\iMacros\iMacros.exe" -macro #YouriMacros �??noexit&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In Task Scheduler, setup a new basic task and target your shortcut. Select yes when Task Scheduler asks you if you want to apply these arguments.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;From Internet Explorer, Right click on a demo code from the iMacros panel, and select edit iMacros. Copy and paste the code from below. Change the path and file name, then save the file and close.&amp;nbsp; Right click the iMacro and rename it to what you chose earlier. This is the name that follows the # sign from above.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The iMacros code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;VERSION BUILD=7311339&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;TAB T=1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;TAB CLOSEALLOTHERS&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;URL GOTO=&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://inciweb.org/feeds/rss/incidents/" rel="nofollow" target="_blank"&gt;http://inciweb.org/feeds/rss/incidents/&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SEARCH SOURCE=REGEXP:"(?s)(.*)" EXTRACT="$1"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SET !CLIPBOARD {{!EXTRACT}}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SAVEAS TYPE=TXT FOLDER=C:\inetpub\wwwroot\YourFolder FILE=YourXMLFile&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Add your inetpub path, and the XML file name without the extension.&amp;nbsp; Make sure your GeoRSS widget calls the XML file and you should be good.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;To test, simply launch the shortcut, launch the task or hit Play from the iMacros browser bar.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 May 2011 22:40:35 GMT</pubDate>
    <dc:creator>JeffAzevedo</dc:creator>
    <dc:date>2011-05-10T22:40:35Z</dc:date>
    <item>
      <title>RSS &amp;amp;amp; crossdomain / alternative method</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/rss-amp-amp-amp-crossdomain-alternative-method/m-p/400372#M11496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How I got around the RSS cross domain. (I know you can use a proxy, but I have limited access to our server, and that's why I came up with this method)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You will need iMacros (&lt;/SPAN&gt;&lt;A href="http://www.iopus.com/"&gt;http://www.iopus.com/&lt;/A&gt;&lt;SPAN&gt;) to make this work. I am extracting the RSS source code from &lt;/SPAN&gt;&lt;A href="http://inciweb.org/feeds/rss/incidents/"&gt;http://inciweb.org/feeds/rss/incidents/&lt;/A&gt;&lt;SPAN&gt; and copying it to the clipboard. Once copied, I can then save it to a XML file that I have on IIS.&amp;nbsp; I run Task Scheduler on the server to basically refresh the RSS Data once a day, but you could set it for whatever you want. I haven�??t tested many RSS Feeds yet, but the one I needed to work does so without any trouble. Try it yourself, or simply change the URL GOTO= to something else.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Install iMacros, then make a shortcut to the iMacros executable and add one of the following to your target path:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(iMacros will close automatically, so use the �??noexit switch if you would like it to stay open. Give your macro a name after the #) &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"C:\Program Files (x86)\iOpus\iMacros\iMacros.exe" -macro #YouriMacros&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Or&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"C:\Program Files (x86)\iOpus\iMacros\iMacros.exe" -macro #YouriMacros �??noexit&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In Task Scheduler, setup a new basic task and target your shortcut. Select yes when Task Scheduler asks you if you want to apply these arguments.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;From Internet Explorer, Right click on a demo code from the iMacros panel, and select edit iMacros. Copy and paste the code from below. Change the path and file name, then save the file and close.&amp;nbsp; Right click the iMacro and rename it to what you chose earlier. This is the name that follows the # sign from above.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The iMacros code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;VERSION BUILD=7311339&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;TAB T=1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;TAB CLOSEALLOTHERS&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;URL GOTO=&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://inciweb.org/feeds/rss/incidents/" rel="nofollow" target="_blank"&gt;http://inciweb.org/feeds/rss/incidents/&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SEARCH SOURCE=REGEXP:"(?s)(.*)" EXTRACT="$1"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SET !CLIPBOARD {{!EXTRACT}}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SAVEAS TYPE=TXT FOLDER=C:\inetpub\wwwroot\YourFolder FILE=YourXMLFile&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Add your inetpub path, and the XML file name without the extension.&amp;nbsp; Make sure your GeoRSS widget calls the XML file and you should be good.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;To test, simply launch the shortcut, launch the task or hit Play from the iMacros browser bar.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2011 22:40:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/rss-amp-amp-amp-crossdomain-alternative-method/m-p/400372#M11496</guid>
      <dc:creator>JeffAzevedo</dc:creator>
      <dc:date>2011-05-10T22:40:35Z</dc:date>
    </item>
  </channel>
</rss>

