<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/zhaojiangwei102" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/zhaojiangwei102" type="application/rss+xml"></fs:self_link><lastBuildDate>Tue, 23 Jun 2009 10:37:00 GMT</lastBuildDate><title>Jrive的专栏</title><description>路还得自己走......</description><link>http://blog.csdn.net/zhaojiangwei102/</link><item><title>How To Use GSM Compression in Low-level Wave Recording.</title><link>http://blog.csdn.net/zhaojiangwei102/archive/2009/06/23/4290871.aspx</link><wfw:comment>http://blog.csdn.net/zhaojiangwei102/comments/4290871.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zhaojiangwei102/comments/commentRss/4290871.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4290871</trackback:ping><description>&lt;br /&gt;1. How To Use GSM Compression in Low-level Wave Recording&lt;br /&gt;&lt;br /&gt;
SUMMARY&lt;br /&gt;
Realtime GSM recording using the low-level waveXXX API can be accomplished by filling in an &lt;br /&gt;&lt;br /&gt;
appropriated struct and then calling waveInOpen() with the WAVE_MAPPER option so that the GSM format &lt;br /&gt;&lt;br /&gt;
specified in the struct will be used.&lt;br /&gt;&lt;br /&gt;
MORE INFORMATION&lt;br /&gt;
Along with the usual set of low-level waveXXX calls used in recording, and illustrated in such samples &lt;br /&gt;&lt;br /&gt;&lt;img src =&quot;http://blog.csdn.net/zhaojiangwei102/aggbug/4290871.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/236677972/zhaojiangwei102/csdn.net/s.gif?r=http://blog.csdn.net/zhaojiangwei102/archive/2009/06/23/4290871.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/zhaojiangwei102/236677972/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/zhaojiangwei102/236677972/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 23 Jun 2009 18:37:00 +0800</pubDate><author>imcm</author><comments>http://blog.csdn.net/zhaojiangwei102/archive/2009/06/23/4290871.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zhaojiangwei102/archive/2009/06/23/4290871.aspx</guid><dc:creator>imcm</dc:creator><fs:srclink>http://blog.csdn.net/zhaojiangwei102/archive/2009/06/23/4290871.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/zhaojiangwei102/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/zhaojiangwei102/~1054390/236677972/1054390</fs:itemid></item><item><title>How to read calllogs on windows mobile</title><link>http://blog.csdn.net/zhaojiangwei102/archive/2009/03/01/3948016.aspx</link><wfw:comment>http://blog.csdn.net/zhaojiangwei102/comments/3948016.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zhaojiangwei102/comments/commentRss/3948016.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3948016</trackback:ping><description>&lt;br /&gt;//Read the calllogs on windows mobile.&lt;br /&gt;&lt;br /&gt;HANDLE loghandle; &lt;br /&gt;//open the call log handle.&lt;br /&gt;HRESULT  hr =PhoneOpenCallLog(&amp;loghandle); &lt;br /&gt;if (hr == S_OK)&lt;br /&gt;{&lt;br /&gt;    CEOID re; &lt;br /&gt;    //finding the ref of last record.&lt;br /&gt;    hr=PhoneSeekCallLog(loghandle,CALLLOGSEEK_END,0,&amp;re); &lt;br /&gt;&lt;br /&gt;    DWORD pp; &lt;br /&gt;    CALLLOGENTRY pCall; //limited to 150 entries &lt;br /&gt;    for (DWORD index=0;index&lt;br /&gt;    { &lt;br /&gt;        hr=PhoneSeekCallLog(loghandle, CAL&lt;img src =&quot;http://blog.csdn.net/zhaojiangwei102/aggbug/3948016.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/zhaojiangwei102/236677973/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/zhaojiangwei102/236677973/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 02 Mar 2009 06:27:00 +0800</pubDate><author>imcm</author><comments>http://blog.csdn.net/zhaojiangwei102/archive/2009/03/01/3948016.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zhaojiangwei102/archive/2009/03/01/3948016.aspx</guid><dc:creator>imcm</dc:creator><fs:srclink>http://blog.csdn.net/zhaojiangwei102/archive/2009/03/01/3948016.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/zhaojiangwei102/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/zhaojiangwei102/~1054390/236677973/1054390</fs:itemid></item><item><title>转贴下windows mobile上常用的注册表优化选项</title><link>http://blog.csdn.net/zhaojiangwei102/archive/2008/12/09/3481870.aspx</link><wfw:comment>http://blog.csdn.net/zhaojiangwei102/comments/3481870.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zhaojiangwei102/comments/commentRss/3481870.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3481870</trackback:ping><description>windows mobile上常用的注册表优化选项,以防以后用到的时候又要google半天.&lt;img src =&quot;http://blog.csdn.net/zhaojiangwei102/aggbug/3481870.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/zhaojiangwei102/236677974/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/zhaojiangwei102/236677974/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 09 Dec 2008 18:08:00 +0800</pubDate><author>imcm</author><comments>http://blog.csdn.net/zhaojiangwei102/archive/2008/12/09/3481870.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zhaojiangwei102/archive/2008/12/09/3481870.aspx</guid><dc:creator>imcm</dc:creator><fs:srclink>http://blog.csdn.net/zhaojiangwei102/archive/2008/12/09/3481870.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/zhaojiangwei102/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/zhaojiangwei102/~1054390/236677974/1054390</fs:itemid></item><item><title>Some Tricks for Writing PKG_File</title><link>http://blog.csdn.net/zhaojiangwei102/archive/2008/08/20/2799709.aspx</link><wfw:comment>http://blog.csdn.net/zhaojiangwei102/comments/2799709.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zhaojiangwei102/comments/commentRss/2799709.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2799709</trackback:ping><description>1.   
Some Useful Tricks For Writing PKG
Files&lt;br /&gt;This arti&lt;img src =&quot;http://blog.csdn.net/zhaojiangwei102/aggbug/2799709.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/zhaojiangwei102/236677975/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/zhaojiangwei102/236677975/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 20 Aug 2008 17:58:00 +0800</pubDate><author>imcm</author><comments>http://blog.csdn.net/zhaojiangwei102/archive/2008/08/20/2799709.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zhaojiangwei102/archive/2008/08/20/2799709.aspx</guid><dc:creator>imcm</dc:creator><fs:srclink>http://blog.csdn.net/zhaojiangwei102/archive/2008/08/20/2799709.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/zhaojiangwei102/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/zhaojiangwei102/~1054390/236677975/1054390</fs:itemid></item><item><title>UDP socket 的使用 (part 2)</title><link>http://blog.csdn.net/zhaojiangwei102/archive/2008/02/03/2079973.aspx</link><wfw:comment>http://blog.csdn.net/zhaojiangwei102/comments/2079973.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zhaojiangwei102/comments/commentRss/2079973.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2079973</trackback:ping><description>接上一篇文章，贴下client端的UDP发送代码，呵呵，感兴趣的朋友可以看下，比较简单的。&lt;img src =&quot;http://blog.csdn.net/zhaojiangwei102/aggbug/2079973.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/zhaojiangwei102/236677976/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/zhaojiangwei102/236677976/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sun, 03 Feb 2008 23:36:00 +0800</pubDate><author>imcm</author><comments>http://blog.csdn.net/zhaojiangwei102/archive/2008/02/03/2079973.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zhaojiangwei102/archive/2008/02/03/2079973.aspx</guid><dc:creator>imcm</dc:creator><fs:srclink>http://blog.csdn.net/zhaojiangwei102/archive/2008/02/03/2079973.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/zhaojiangwei102/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/zhaojiangwei102/~1054390/236677976/1054390</fs:itemid></item><item><title>UDP socket 的使用 (part 1)</title><link>http://blog.csdn.net/zhaojiangwei102/archive/2008/02/03/2079894.aspx</link><wfw:comment>http://blog.csdn.net/zhaojiangwei102/comments/2079894.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zhaojiangwei102/comments/commentRss/2079894.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2079894</trackback:ping><description>这几天在看socket编程这块，呵呵，说来惭愧这些知识应该本来在大学应该掌握的，可惜在大学.....
废话少说，应用socket编程时，传输协议要么是TCP，要么是UDP，至于它们之间的区别我在这里就不说了，有不清楚的可以去查下计算机网络里面的基础知识。&lt;img src =&quot;http://blog.csdn.net/zhaojiangwei102/aggbug/2079894.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/zhaojiangwei102/236677977/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/zhaojiangwei102/236677977/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sun, 03 Feb 2008 23:31:00 +0800</pubDate><author>imcm</author><comments>http://blog.csdn.net/zhaojiangwei102/archive/2008/02/03/2079894.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zhaojiangwei102/archive/2008/02/03/2079894.aspx</guid><dc:creator>imcm</dc:creator><fs:srclink>http://blog.csdn.net/zhaojiangwei102/archive/2008/02/03/2079894.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/zhaojiangwei102/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/zhaojiangwei102/~1054390/236677977/1054390</fs:itemid></item><item><title>“80后”大学毕业关键词</title><link>http://blog.csdn.net/zhaojiangwei102/archive/2007/07/05/1679263.aspx</link><wfw:comment>http://blog.csdn.net/zhaojiangwei102/comments/1679263.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zhaojiangwei102/comments/commentRss/1679263.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1679263</trackback:ping><description>“大学从我身上起来，提了提裤子，对我说，青春留下，你走。那一刻我才明白，不是我上了大学，而是大学上了我。” &lt;img src =&quot;http://blog.csdn.net/zhaojiangwei102/aggbug/1679263.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/zhaojiangwei102/236677978/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/zhaojiangwei102/236677978/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 05 Jul 2007 17:41:00 +0800</pubDate><author>imcm</author><comments>http://blog.csdn.net/zhaojiangwei102/archive/2007/07/05/1679263.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zhaojiangwei102/archive/2007/07/05/1679263.aspx</guid><dc:creator>imcm</dc:creator><fs:srclink>http://blog.csdn.net/zhaojiangwei102/archive/2007/07/05/1679263.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/zhaojiangwei102/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/zhaojiangwei102/~1054390/236677978/1054390</fs:itemid></item><item><title>S60 3.0上的程序安装后启动和程序开机自动运行</title><link>http://blog.csdn.net/zhaojiangwei102/archive/2006/12/19/1448806.aspx</link><wfw:comment>http://blog.csdn.net/zhaojiangwei102/comments/1448806.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zhaojiangwei102/comments/commentRss/1448806.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1448806</trackback:ping><description>S60 3.0上的上的程序安装后启动和程序开机自动运行和2.x上的部太一样, 这里列出来,简单说一下.&lt;img src =&quot;http://blog.csdn.net/zhaojiangwei102/aggbug/1448806.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/zhaojiangwei102/236677979/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/zhaojiangwei102/236677979/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 19 Dec 2006 21:07:00 +0800</pubDate><author>imcm</author><comments>http://blog.csdn.net/zhaojiangwei102/archive/2006/12/19/1448806.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zhaojiangwei102/archive/2006/12/19/1448806.aspx</guid><dc:creator>imcm</dc:creator><fs:srclink>http://blog.csdn.net/zhaojiangwei102/archive/2006/12/19/1448806.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/zhaojiangwei102/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/zhaojiangwei102/~1054390/236677979/1054390</fs:itemid></item><item><title>Bye Bye --Vs.NET 2003</title><link>http://blog.csdn.net/zhaojiangwei102/archive/2006/12/15/1444246.aspx</link><wfw:comment>http://blog.csdn.net/zhaojiangwei102/comments/1444246.aspx</wfw:comment><slash:comments>7</slash:comments><wfw:commentRss>http://blog.csdn.net/zhaojiangwei102/comments/commentRss/1444246.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1444246</trackback:ping><description>今天从Harrylister同学那拿到了CodeWarrior的crack, 哈哈,终于可以不受CodeWarrior的使用时间限制了. 当然也是和微软的.net说byebye的时候了. 微软的.net速度真是太慢了......&lt;img src =&quot;http://blog.csdn.net/zhaojiangwei102/aggbug/1444246.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/zhaojiangwei102/236677980/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/zhaojiangwei102/236677980/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 15 Dec 2006 23:38:00 +0800</pubDate><author>imcm</author><comments>http://blog.csdn.net/zhaojiangwei102/archive/2006/12/15/1444246.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zhaojiangwei102/archive/2006/12/15/1444246.aspx</guid><dc:creator>imcm</dc:creator><fs:srclink>http://blog.csdn.net/zhaojiangwei102/archive/2006/12/15/1444246.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/zhaojiangwei102/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/zhaojiangwei102/~1054390/236677980/1054390</fs:itemid></item><item><title>Begin UIQ 3.0</title><link>http://blog.csdn.net/zhaojiangwei102/archive/2006/11/30/1422070.aspx</link><wfw:comment>http://blog.csdn.net/zhaojiangwei102/comments/1422070.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zhaojiangwei102/comments/commentRss/1422070.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1422070</trackback:ping><description>今天终于拿倒索爱P990了,呵呵,等待这个手机已经有一段时间了,最近慢慢的发现自己对UIQ的热情是与日俱增啊,尤其是UIQ 3.0!&lt;img src =&quot;http://blog.csdn.net/zhaojiangwei102/aggbug/1422070.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/zhaojiangwei102/236677981/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/zhaojiangwei102/236677981/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 30 Nov 2006 21:01:00 +0800</pubDate><author>imcm</author><comments>http://blog.csdn.net/zhaojiangwei102/archive/2006/11/30/1422070.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zhaojiangwei102/archive/2006/11/30/1422070.aspx</guid><dc:creator>imcm</dc:creator><fs:srclink>http://blog.csdn.net/zhaojiangwei102/archive/2006/11/30/1422070.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/zhaojiangwei102/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/zhaojiangwei102/~1054390/236677981/1054390</fs:itemid></item></channel></rss>