<?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 Thanks for your reply, Please in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Download-is-not-working-inside-iframe/m-p/1050170#M49629</link>
    <description>&lt;P&gt;Thanks for your reply, Please find my below code. it works fine in&amp;nbsp;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;emulator and not in devices.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Sample downloaded from&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://github.com/gomobile/sample-url-app/blob/master/www/index.html" target="_blank"&gt;https://github.com/gomobile/sample-url-app/blob/master/www/index.html&lt;/A&gt;&lt;/P&gt;

&lt;PRE class="brush:xml;"&gt;
&amp;lt;!DOCTYPE html&amp;gt;

&amp;lt;html&amp;gt;

&amp;lt;!--

* Please see the included README.md file for license terms and conditions.

--&amp;gt;



&amp;lt;head&amp;gt;

&amp;lt;link rel="stylesheet" type="text/css" href="app_framework/css/af.ui.min.css"&amp;gt;

&amp;lt;link rel="stylesheet" type="text/css" href="app_framework/css/icons.min.css"&amp;gt;

&amp;lt;meta charset="UTF-8"&amp;gt;

&amp;lt;title&amp;gt;Blank App Designer Cordova Web App Project Template&amp;lt;/title&amp;gt;

&amp;lt;meta http-equiv="Content-type" content="text/html; charset=utf-8"&amp;gt;



&amp;lt;!--

* The "meta viewport" tag (below) helps your app size appropriately to a device's ideal viewport.

* Note that Windows device viewports work better when initialized using the @viewport CSS rule.

* For a quick overview of "meta viewport" and @viewport, see this article:

* &lt;A href="http://webdesign.tutsplus.com/tutorials/htmlcss-tutorials/quick-tip-dont-forget-the-viewport-meta-tag" target="_blank"&gt;http://webdesign.tutsplus.com/tutorials/htmlcss-tutorials/quick-tip-dont-forget-the-viewport-meta-tag&lt;/A&gt;

* To see how it works, try your app on a real device with and without a "meta viewport" tag.

* Additional useful references include:

* &lt;A href="http://www.quirksmode.org/mobile/viewports.html" target="_blank"&gt;http://www.quirksmode.org/mobile/viewports.html&lt;/A&gt;

* &lt;A href="http://www.quirksmode.org/mobile/metaviewport/devices.html" target="_blank"&gt;http://www.quirksmode.org/mobile/metaviewport/devices.html&lt;/A&gt;

* &lt;A href="https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariHTMLRef/Articles/MetaTags.html" target="_blank"&gt;https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariHTMLRef/Articles/MetaTags.html&lt;/A&gt;

--&amp;gt;



&amp;lt;!-- &amp;lt;meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1"&amp;gt; --&amp;gt;

&amp;lt;meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, user-scalable=no"&amp;gt;

&amp;lt;!-- &amp;lt;meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes, minimum-scale=1, maximum-scale=2"&amp;gt; --&amp;gt;



&amp;lt;style&amp;gt;

/* following three (cascaded) are equivalent to above three meta viewport statements */

/* see &lt;A href="http://www.quirksmode.org/blog/archives/2014/05/html5_dev_conf.html" target="_blank"&gt;http://www.quirksmode.org/blog/archives/2014/05/html5_dev_conf.html&lt;/A&gt; */

/* see &lt;A href="http://dev.w3.org/csswg/css-device-adapt/" target="_blank"&gt;http://dev.w3.org/csswg/css-device-adapt/&lt;/A&gt; */

@-ms-viewport { width: 100vw ; min-zoom: 100% ; zoom: 100% ; } @viewport { width: 100vw ; min-zoom: 100% zoom: 100% ; }

@-ms-viewport { user-zoom: fixed ; min-zoom: 100% ; } @viewport { user-zoom: fixed ; min-zoom: 100% ; }

/*@-ms-viewport { user-zoom: zoom ; min-zoom: 100% ; max-zoom: 200% ; } @viewport { user-zoom: zoom ; min-zoom: 100% ; max-zoom: 200% ; }*/

&amp;lt;/style&amp;gt;



&amp;lt;link rel="stylesheet" href="css/app.css"&amp;gt;

&amp;lt;link rel="stylesheet" type="text/css" href="css/index_main.less.css" class="main-less"&amp;gt;



&amp;lt;!-- IMPORTANT: Do not include a weinre script tag as part of your release builds! --&amp;gt;

&amp;lt;!-- Place your remote debugging (weinre) script URL from the Test tab here, if it does not work below --&amp;gt;

&amp;lt;!-- &amp;lt;script src="http://debug-software.intel.com/target/target-script-min.js#insertabiglongfunkynumberfromthexdkstesttab"&amp;gt;&amp;lt;/script&amp;gt; --&amp;gt;



&amp;lt;!-- Recommended location for your JavaScript libraries --&amp;gt;

&amp;lt;!-- These library references (below) are just examples to give you the general idea... --&amp;gt;

&amp;lt;!-- &amp;lt;script src="lib/mc/hammer.js"&amp;gt;&amp;lt;/script&amp;gt; --&amp;gt;

&amp;lt;!-- &amp;lt;script src="lib/ft/fastclick.js"&amp;gt;&amp;lt;/script&amp;gt; --&amp;gt;



&amp;lt;!-- Uncomment this script element if you convert your "Cordova web app" to a "Standard HTML5 web app" --&amp;gt;

&amp;lt;!--

&amp;lt;script type="text/javascript" id="xdkJSdevBrowser_"&amp;gt;

window.dev = window.dev || {} ; // object used by init-dev.js, which detects various ready events

dev.BROWSER = 500 ; // msecs, in non-Cordova app we don't care about "deviceready" events

&amp;lt;/script&amp;gt;

--&amp;gt;



&amp;lt;!--

* cordova.js is a phantom lib for "Cordova HTML5 web app," it does nothing in a "Standard HTML5 web app"

* Seeing a "Failed to load resource: net::ERR_FILE_NOT_FOUND" message caused by this "cordova.js" script?

* The cordova.js script is required if you convert your "Standard HTML5" project into a "Cordova" project.

* You can safely ignore the error or comment out this line if you will not be developing a Cordova app.

--&amp;gt;

&amp;lt;script src="cordova.js" id="xdkJScordova_"&amp;gt;&amp;lt;/script&amp;gt;



&amp;lt;script src="js/app.js"&amp;gt;&amp;lt;/script&amp;gt;

&amp;lt;!-- for your event code, see README and file comments for details --&amp;gt;

&amp;lt;script src="js/init-app.js"&amp;gt;&amp;lt;/script&amp;gt;

&amp;lt;!-- for your init code, see README and file comments for details --&amp;gt;

&amp;lt;script src="xdk/init-dev.js"&amp;gt;&amp;lt;/script&amp;gt;

&amp;lt;!-- normalizes device and document ready events, see file for details --&amp;gt;

&amp;lt;script src="js/main.js"&amp;gt;&amp;lt;/script&amp;gt;



&amp;lt;!--

You may substitute jQuery for the App Framework selector library.

See &lt;A href="http://app-framework-software.intel.com/documentation.php#afui/afui_jquery" target="_blank"&gt;http://app-framework-software.intel.com/documentation.php#afui/afui_jquery&lt;/A&gt;

--&amp;gt;

&amp;lt;script type="application/javascript" src="app_framework/appframework.js"&amp;gt;&amp;lt;/script&amp;gt;

&amp;lt;script type="application/javascript" src="app_framework/appframework.ui.js"&amp;gt;&amp;lt;/script&amp;gt;

&amp;lt;/head&amp;gt;



&amp;lt;body id="afui" onload="onDocLoad()"&amp;gt;



&amp;lt;!-- IMPORTANT: Do not include a weinre script tag as part of your release builds! --&amp;gt;

&amp;lt;!-- Place your remote debugging (weinre) script URL from the Test tab here, if it does not work above --&amp;gt;

&amp;lt;!-- &amp;lt;script src="http://debug-software.intel.com/target/target-script-min.js#insertabiglongfunkynumberfromthexdkstesttab"&amp;gt;&amp;lt;/script&amp;gt; --&amp;gt;

&amp;lt;div id="content" class="uwrap"&amp;gt;

&amp;lt;div class="upage vertical-col left panel" id="mainpage" data-header="none" data-footer="none"&amp;gt;



&amp;lt;div class="widget uib_w_1 d-margins iframe-size" data-uib="media/iframe" data-ver="0"&amp;gt;

&amp;lt;iframe seamless="seamless" id="IDZ_iFrame" src="http://codzz.com/mob.aspx"&amp;gt;&amp;lt;/iframe&amp;gt;

&amp;lt;/div&amp;gt;

&amp;lt;/div&amp;gt;

&amp;lt;/div&amp;gt;

&amp;lt;/body&amp;gt;



&amp;lt;/html&amp;gt;&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2015 04:37:00 GMT</pubDate>
    <dc:creator>Ajith_j_</dc:creator>
    <dc:date>2015-09-28T04:37:00Z</dc:date>
    <item>
      <title>Download is not working inside iframe</title>
      <link>https://community.intel.com/t5/Software-Archive/Download-is-not-working-inside-iframe/m-p/1050169#M49628</link>
      <description>&lt;P style="font-size: 13.008px; line-height: 19.512px;"&gt;Hi All,&lt;/P&gt;

&lt;P style="font-size: 13.008px; line-height: 19.512px;"&gt;I want to show an external url &amp;nbsp;eg(http://codzz.com/mob.aspx) inside iframe and there is a button to download file on click, But the download button dose not work inside the iframe..&amp;nbsp;&lt;/P&gt;

&lt;P style="font-size: 13.008px; line-height: 19.512px;"&gt;Is there any solution to fix this error?&lt;/P&gt;

&lt;P style="font-size: 13.008px; line-height: 19.512px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="font-size: 13.008px; line-height: 19.512px;"&gt;Thanks in Advance&lt;/P&gt;

&lt;P style="font-size: 13.008px; line-height: 19.512px;"&gt;Ajith&lt;/P&gt;

&lt;P style="font-size: 13.008px; line-height: 19.512px;"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 27 Sep 2015 14:44:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Download-is-not-working-inside-iframe/m-p/1050169#M49628</guid>
      <dc:creator>Ajith_j_</dc:creator>
      <dc:date>2015-09-27T14:44:53Z</dc:date>
    </item>
    <item>
      <title>Thanks for your reply, Please</title>
      <link>https://community.intel.com/t5/Software-Archive/Download-is-not-working-inside-iframe/m-p/1050170#M49629</link>
      <description>&lt;P&gt;Thanks for your reply, Please find my below code. it works fine in&amp;nbsp;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;emulator and not in devices.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Sample downloaded from&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://github.com/gomobile/sample-url-app/blob/master/www/index.html" target="_blank"&gt;https://github.com/gomobile/sample-url-app/blob/master/www/index.html&lt;/A&gt;&lt;/P&gt;

&lt;PRE class="brush:xml;"&gt;
&amp;lt;!DOCTYPE html&amp;gt;

&amp;lt;html&amp;gt;

&amp;lt;!--

* Please see the included README.md file for license terms and conditions.

--&amp;gt;



&amp;lt;head&amp;gt;

&amp;lt;link rel="stylesheet" type="text/css" href="app_framework/css/af.ui.min.css"&amp;gt;

&amp;lt;link rel="stylesheet" type="text/css" href="app_framework/css/icons.min.css"&amp;gt;

&amp;lt;meta charset="UTF-8"&amp;gt;

&amp;lt;title&amp;gt;Blank App Designer Cordova Web App Project Template&amp;lt;/title&amp;gt;

&amp;lt;meta http-equiv="Content-type" content="text/html; charset=utf-8"&amp;gt;



&amp;lt;!--

* The "meta viewport" tag (below) helps your app size appropriately to a device's ideal viewport.

* Note that Windows device viewports work better when initialized using the @viewport CSS rule.

* For a quick overview of "meta viewport" and @viewport, see this article:

* &lt;A href="http://webdesign.tutsplus.com/tutorials/htmlcss-tutorials/quick-tip-dont-forget-the-viewport-meta-tag" target="_blank"&gt;http://webdesign.tutsplus.com/tutorials/htmlcss-tutorials/quick-tip-dont-forget-the-viewport-meta-tag&lt;/A&gt;

* To see how it works, try your app on a real device with and without a "meta viewport" tag.

* Additional useful references include:

* &lt;A href="http://www.quirksmode.org/mobile/viewports.html" target="_blank"&gt;http://www.quirksmode.org/mobile/viewports.html&lt;/A&gt;

* &lt;A href="http://www.quirksmode.org/mobile/metaviewport/devices.html" target="_blank"&gt;http://www.quirksmode.org/mobile/metaviewport/devices.html&lt;/A&gt;

* &lt;A href="https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariHTMLRef/Articles/MetaTags.html" target="_blank"&gt;https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariHTMLRef/Articles/MetaTags.html&lt;/A&gt;

--&amp;gt;



&amp;lt;!-- &amp;lt;meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1"&amp;gt; --&amp;gt;

&amp;lt;meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, user-scalable=no"&amp;gt;

&amp;lt;!-- &amp;lt;meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes, minimum-scale=1, maximum-scale=2"&amp;gt; --&amp;gt;



&amp;lt;style&amp;gt;

/* following three (cascaded) are equivalent to above three meta viewport statements */

/* see &lt;A href="http://www.quirksmode.org/blog/archives/2014/05/html5_dev_conf.html" target="_blank"&gt;http://www.quirksmode.org/blog/archives/2014/05/html5_dev_conf.html&lt;/A&gt; */

/* see &lt;A href="http://dev.w3.org/csswg/css-device-adapt/" target="_blank"&gt;http://dev.w3.org/csswg/css-device-adapt/&lt;/A&gt; */

@-ms-viewport { width: 100vw ; min-zoom: 100% ; zoom: 100% ; } @viewport { width: 100vw ; min-zoom: 100% zoom: 100% ; }

@-ms-viewport { user-zoom: fixed ; min-zoom: 100% ; } @viewport { user-zoom: fixed ; min-zoom: 100% ; }

/*@-ms-viewport { user-zoom: zoom ; min-zoom: 100% ; max-zoom: 200% ; } @viewport { user-zoom: zoom ; min-zoom: 100% ; max-zoom: 200% ; }*/

&amp;lt;/style&amp;gt;



&amp;lt;link rel="stylesheet" href="css/app.css"&amp;gt;

&amp;lt;link rel="stylesheet" type="text/css" href="css/index_main.less.css" class="main-less"&amp;gt;



&amp;lt;!-- IMPORTANT: Do not include a weinre script tag as part of your release builds! --&amp;gt;

&amp;lt;!-- Place your remote debugging (weinre) script URL from the Test tab here, if it does not work below --&amp;gt;

&amp;lt;!-- &amp;lt;script src="http://debug-software.intel.com/target/target-script-min.js#insertabiglongfunkynumberfromthexdkstesttab"&amp;gt;&amp;lt;/script&amp;gt; --&amp;gt;



&amp;lt;!-- Recommended location for your JavaScript libraries --&amp;gt;

&amp;lt;!-- These library references (below) are just examples to give you the general idea... --&amp;gt;

&amp;lt;!-- &amp;lt;script src="lib/mc/hammer.js"&amp;gt;&amp;lt;/script&amp;gt; --&amp;gt;

&amp;lt;!-- &amp;lt;script src="lib/ft/fastclick.js"&amp;gt;&amp;lt;/script&amp;gt; --&amp;gt;



&amp;lt;!-- Uncomment this script element if you convert your "Cordova web app" to a "Standard HTML5 web app" --&amp;gt;

&amp;lt;!--

&amp;lt;script type="text/javascript" id="xdkJSdevBrowser_"&amp;gt;

window.dev = window.dev || {} ; // object used by init-dev.js, which detects various ready events

dev.BROWSER = 500 ; // msecs, in non-Cordova app we don't care about "deviceready" events

&amp;lt;/script&amp;gt;

--&amp;gt;



&amp;lt;!--

* cordova.js is a phantom lib for "Cordova HTML5 web app," it does nothing in a "Standard HTML5 web app"

* Seeing a "Failed to load resource: net::ERR_FILE_NOT_FOUND" message caused by this "cordova.js" script?

* The cordova.js script is required if you convert your "Standard HTML5" project into a "Cordova" project.

* You can safely ignore the error or comment out this line if you will not be developing a Cordova app.

--&amp;gt;

&amp;lt;script src="cordova.js" id="xdkJScordova_"&amp;gt;&amp;lt;/script&amp;gt;



&amp;lt;script src="js/app.js"&amp;gt;&amp;lt;/script&amp;gt;

&amp;lt;!-- for your event code, see README and file comments for details --&amp;gt;

&amp;lt;script src="js/init-app.js"&amp;gt;&amp;lt;/script&amp;gt;

&amp;lt;!-- for your init code, see README and file comments for details --&amp;gt;

&amp;lt;script src="xdk/init-dev.js"&amp;gt;&amp;lt;/script&amp;gt;

&amp;lt;!-- normalizes device and document ready events, see file for details --&amp;gt;

&amp;lt;script src="js/main.js"&amp;gt;&amp;lt;/script&amp;gt;



&amp;lt;!--

You may substitute jQuery for the App Framework selector library.

See &lt;A href="http://app-framework-software.intel.com/documentation.php#afui/afui_jquery" target="_blank"&gt;http://app-framework-software.intel.com/documentation.php#afui/afui_jquery&lt;/A&gt;

--&amp;gt;

&amp;lt;script type="application/javascript" src="app_framework/appframework.js"&amp;gt;&amp;lt;/script&amp;gt;

&amp;lt;script type="application/javascript" src="app_framework/appframework.ui.js"&amp;gt;&amp;lt;/script&amp;gt;

&amp;lt;/head&amp;gt;



&amp;lt;body id="afui" onload="onDocLoad()"&amp;gt;



&amp;lt;!-- IMPORTANT: Do not include a weinre script tag as part of your release builds! --&amp;gt;

&amp;lt;!-- Place your remote debugging (weinre) script URL from the Test tab here, if it does not work above --&amp;gt;

&amp;lt;!-- &amp;lt;script src="http://debug-software.intel.com/target/target-script-min.js#insertabiglongfunkynumberfromthexdkstesttab"&amp;gt;&amp;lt;/script&amp;gt; --&amp;gt;

&amp;lt;div id="content" class="uwrap"&amp;gt;

&amp;lt;div class="upage vertical-col left panel" id="mainpage" data-header="none" data-footer="none"&amp;gt;



&amp;lt;div class="widget uib_w_1 d-margins iframe-size" data-uib="media/iframe" data-ver="0"&amp;gt;

&amp;lt;iframe seamless="seamless" id="IDZ_iFrame" src="http://codzz.com/mob.aspx"&amp;gt;&amp;lt;/iframe&amp;gt;

&amp;lt;/div&amp;gt;

&amp;lt;/div&amp;gt;

&amp;lt;/div&amp;gt;

&amp;lt;/body&amp;gt;



&amp;lt;/html&amp;gt;&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2015 04:37:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Download-is-not-working-inside-iframe/m-p/1050170#M49629</guid>
      <dc:creator>Ajith_j_</dc:creator>
      <dc:date>2015-09-28T04:37:00Z</dc:date>
    </item>
    <item>
      <title>No, It dosent work. I have</title>
      <link>https://community.intel.com/t5/Software-Archive/Download-is-not-working-inside-iframe/m-p/1050171#M49630</link>
      <description>&lt;P&gt;No, It dosent work. I have tried&amp;nbsp;AppBrowser plugin too.&amp;nbsp;&lt;/P&gt;

&lt;PRE class="brush:xml;"&gt;     &amp;lt;script src="cordova.js"&amp;gt;&amp;lt;/script&amp;gt;
    &amp;lt;script&amp;gt;
        function openwin(){
            window.open('http://codzz.com/mob.aspx', '_blank', '');
        }
    &amp;lt;/script&amp;gt;      &amp;lt;button onclick="openwin()"&amp;gt;window open&amp;lt;/button&amp;gt;&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Again I have added &lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;header&lt;/SPAN&gt;&amp;nbsp;in my aspx page, still same problem.&amp;nbsp;&lt;/P&gt;

&lt;PRE class="brush:csharp;"&gt;  string fileName = "mmmmm.mp3";
            string filePath = Server.MapPath("~/mmmmm.mp3");
            Response.Clear();
            Response.ClearHeaders();
            
         
            Response.AddHeader("Access-Control-Allow-Origin", "*");
            Response.AppendHeader("Access-Control-Allow-Methods", "OPTIONS,POST,GET");
            Response.AppendHeader("Access-Control-Allow-Headers", "X-File-Name,X-File-Type,X-File-Size");
            Response.ContentType = "audio/mpeg";


            Response.AddHeader("content-disposition", "attachment; filename=" + fileName);


            Response.WriteFile(filePath);
            Response.Flush();
            Response.End();
&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2015 12:57:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Download-is-not-working-inside-iframe/m-p/1050171#M49630</guid>
      <dc:creator>Ajith_j_</dc:creator>
      <dc:date>2015-09-28T12:57:56Z</dc:date>
    </item>
    <item>
      <title>Gabriele,</title>
      <link>https://community.intel.com/t5/Software-Archive/Download-is-not-working-inside-iframe/m-p/1050172#M49631</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Gabriele,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;please, kindly show the project sample that work for iframe. cos i am still finding difficulty using iframe.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;thank you.&lt;/P&gt;

&lt;P&gt;Gbenga&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2016 10:02:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Download-is-not-working-inside-iframe/m-p/1050172#M49631</guid>
      <dc:creator>gbengaadaramodu</dc:creator>
      <dc:date>2016-04-26T10:02:00Z</dc:date>
    </item>
  </channel>
</rss>

