<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:osnews="http://osnews.com/rss2#">
	<channel>
		<title>OSNews: </title>
		<link>http://www.osnews.com/story/19910/The_Vista_App_Gap_Doesn_t_Exist</link>
		<description>Exploring the Future of Computing</description>
		<language>en-us</language>
		<copyright>Copyright 2001-2009, David Adams</copyright>
		<webMaster>adam+nospam@osnews.com</webMaster>
		<lastBuildDate>Fri, 10 Jul 2009 00:59:19 GMT</lastBuildDate>
		<image>
			<url>http://www.osnews.com/images/osnews.gif</url>
			<title>OSNews.com</title>
			<link>http://www.osnews.com</link>
		</image>
		<item>
			<title>Lol</title>
			<link>http://osnews.com/thread?319818</link>
			<guid isPermaLink="true">http://osnews.com/thread?319818</guid>
			<description>I like how he is talking about 3.0 when 3.5 has been out since last december ;-)<br />
<br />
He has a point though. Most people doing gui apps are still on 2.0, because it will already be on every xp machine. I guess &quot;vista&quot; applications are going to be when people start standardizing on 3.0. <br />
<br />
Of course, where I work we are just finishing up the migration to 2008 and 3.5, and the whole company is on vista business machines with office 2k7, so I have a bit of a distorted view of such things.</description>
			<pubDate>Tue, 24 Jun 2008 20:12:00 GMT</pubDate>
			<author>donotreply@osnews.com (google_ninja)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Here you go</title>
			<link>http://osnews.com/thread?319819</link>
			<guid isPermaLink="true">http://osnews.com/thread?319819</guid>
			<description><div class="cquote">I have not encountered a single incompatible application. </div><br />
<br />
I had to update several apps to run properly on Vista.  <br />
<br />
Citrix Management Console (4.0 and 4.5) doesn't work properly. <br />
<br />
More importantly, Microsoft's own Windows Server 2003 Administration Tools Pack STILL doesn't work without a patch.</description>
			<pubDate>Tue, 24 Jun 2008 20:16:00 GMT</pubDate>
			<author>donotreply@osnews.com (Adam S)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Most of the App gap...</title>
			<link>http://osnews.com/thread?319820</link>
			<guid isPermaLink="true">http://osnews.com/thread?319820</guid>
			<description>Most of the App gap is either older application, such as Visual Studio 2003 (funny to me), or hardware-related applications such as TV card players, etc. The former can be resolved using VirtualPC and an XP license. Not much you can do about the latter.<br />
<br />
On the other hand, I still struggle with newer applications like Komodo and PHP. Vista keeps giving wierd errors about the PHP executable not terminating correctly (every second or two!). In addition, many of my applications require (or strongly recommend) that I install them in a folder besides &quot;Program Files&quot;, which has extra OS protection. If seems wierd to go back to the Win 3.1 days of c:\MyApp. Of course, many will lay the blame for that on the ISV's. As an end user, that makes me feel all warm inside, NOT!</description>
			<pubDate>Tue, 24 Jun 2008 20:20:00 GMT</pubDate>
			<author>donotreply@osnews.com (fretinator)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Lol</title>
			<link>http://osnews.com/thread?319821</link>
			<guid isPermaLink="true">http://osnews.com/thread?319821</guid>
			<description><div class="cquote">He has a point though. Most people doing gui apps are still on 2.0, because it will already be on every xp machine. I guess &quot;vista&quot; applications are going to be when people start standardizing on 3.0. </div><br />
<br />
Because .NET 3.0 is just a marketing thing... It's basically 2.0 with some added libraries. For someone writing Winforms-based .NET apps, there's very little reason to target 3.0 when 2.0 has all the same functionality that they need.<br />
<br />
As for 3.5 - I wouldn't know, I really haven't even looked at it yet.</description>
			<pubDate>Tue, 24 Jun 2008 20:32:00 GMT</pubDate>
			<author>donotreply@osnews.com (umccullough)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Lol</title>
			<link>http://osnews.com/thread?319822</link>
			<guid isPermaLink="true">http://osnews.com/thread?319822</guid>
			<description>How long was 2.0 out for? A quick Google search reveals that it was released in November 2005. When was 3.0 released? November 2006. 3.0 deprecated Winforms with the introduction of WPF which is so radically different from Winforms that it will require a complete rewrite of the GUI.<br />
<br />
Such large changes in APIs are never a good thing as it takes a very very long time for applications to be rewritten. Consider the move that the KDE project made from Qt 3 to Qt 4. Qt 4 made quite a few changes to the Qt library that made it incompatible with Qt 3. Nevertheless, a tool was made available to automatically port Qt 3 code to Qt 4. Even so, it still took 3 years for KDE to make the move to Qt 4, Qt 4 first appeared in June 2005 and KDE 4 appeared in January 2008 (ignoring betas, RCs, etc for both projects).<br />
<br />
The jump from Winforms to WPF is considerably larger as WPF is nothing like Winforms. Not only is WPF considerably different from Winforms, there is the issue of support to consider. How long is Microsoft going to support WPF? Winforms was introduced in 2002 with .NET 1.0 and it was deprecated <i>4 years</i> later. Not even Apple does that to their APIs! Compare that with MFC/Win32/ATL/WTL which has been fairly stable for the last two decades. Any sane project manager is going to take the wait and see approach with WPF to see how things develop. Will WPF be the new MFC? Or will it be deprecated in 2010 in favor of whatever new and cool stuff Windows 7 is going to bring?<br />
<br />
Then you have the performance issue. Many applications cannot afford the runtime performance penalty that the .NET framework incurs. Sure, it works for in-house applications, the niche that VB 6 filled but it's just not suitable for most client side software that home users run. If given the choice between a .NET managed app and an unmanaged native app, you can bet users will flock to the unmanaged native app. See Beagle -&gt; Tracker for an example.<br />
<br />
TLDR version for you guys with ADHD:<br />
1) WPF is too different from Winforms.<br />
2) Winforms support was too short (at 4 years). How long is WPF going to be supported for?<br />
3) .NET performance is still not up to par with managed code. It may not matter for <i>some</i> applications, but it matters for <i>many</i> others.</description>
			<pubDate>Tue, 24 Jun 2008 20:38:00 GMT</pubDate>
			<author>donotreply@osnews.com (evangs)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Lol</title>
			<link>http://osnews.com/thread?319823</link>
			<guid isPermaLink="true">http://osnews.com/thread?319823</guid>
			<description>Well, those libraries were huge. Winforms, asmx's, and remoting all got deprecated by completely new technologies. The C# 3.0 language stuff around LINQ was also a big change, I have been using it since it came out and I am still wrapping my head around things like extension methods, lambdas, and linq expressions.<br />
<br />
I would say that 3.5 was more of a marketing release then 3.0 was. 3.5 sp1 has at least as much new functionality as 3.5 rtm had.</description>
			<pubDate>Tue, 24 Jun 2008 20:39:00 GMT</pubDate>
			<author>donotreply@osnews.com (google_ninja)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Lol</title>
			<link>http://osnews.com/thread?319826</link>
			<guid isPermaLink="true">http://osnews.com/thread?319826</guid>
			<description><div class="cquote">The jump from Winforms to WPF is considerably larger as WPF is nothing like Winforms. Not only is WPF considerably different from Winforms, there is the issue of support to consider. How long is Microsoft going to support WPF? Winforms was introduced in 2002 with .NET 1.0 and it was deprecated 4 years later. Not even Apple does that to their APIs! Compare that with MFC/Win32/ATL/WTL which has been fairly stable for the last two decades. Any sane project manager is going to take the wait and see approach with WPF to see how things develop. Will WPF be the new MFC? Or will it be deprecated in 2010 in favor of whatever new and cool stuff Windows 7 is going to bring? </div><br />
<br />
We knew that winforms wasn't here to stay pretty much from 1.0 when we were first hearing about the vista presentation stuff. <br />
<br />
I really get the impression you haven't tried WPF yet. Winforms was more a stopgap then anything else, its more or less a wrapper around the old MFC way of doing things with a bit of sugar here and there. WPF is a completely new paradigm, and as a web guy it is the first client gui API I have seen that made me considering shifting off of the web.<br />
<br />
<div class="cquote">Then you have the performance issue. Many applications cannot afford the runtime performance penalty that the .NET framework incurs. Sure, it works for in-house applications, the niche that VB 6 filled but it's just not suitable for most client side software that home users run. If given the choice between a .NET managed app and an unmanaged native app, you can bet users will flock to the unmanaged native app. See Beagle -&gt; Tracker for an example. </div><br />
<br />
The vast majority of windows development is in-house apps ;-) You are right, but the segment you are talking about is stuff like photoshop, office, 3DSmax, etc. That is only a very small percentage of the industry.</description>
			<pubDate>Tue, 24 Jun 2008 20:47:00 GMT</pubDate>
			<author>donotreply@osnews.com (google_ninja)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Most of the App gap...</title>
			<link>http://osnews.com/thread?319827</link>
			<guid isPermaLink="true">http://osnews.com/thread?319827</guid>
			<description><div class="cquote">Vista keeps giving wierd errors about the PHP executable not terminating correctly (every second or two!). In addition, many of my applications require (or strongly recommend) that I install them in a folder besides &quot;Program Files&quot;, which has extra OS protection. If seems wierd to go back to the Win 3.1 days of c:\MyApp. Of course, many will lay the blame for that on the ISV's. As an end user, that makes me feel all warm inside, NOT! </div><br />
<br />
Funny thing, I have to support an old PHP app I inherited, and i have no issues running PHP under fastcgi with IIS7 ;-)</description>
			<pubDate>Tue, 24 Jun 2008 20:50:00 GMT</pubDate>
			<author>donotreply@osnews.com (google_ninja)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Most of the App gap...</title>
			<link>http://osnews.com/thread?319828</link>
			<guid isPermaLink="true">http://osnews.com/thread?319828</guid>
			<description><div class="cquote">Funny thing, I have to support an old PHP app I inherited, and i have no issues running PHP under fastcgi with IIS7 ;-) </div><br />
<br />
Is that Server 2003/2008? Or is that Vista? My problem is with Vista. And it does depend on which version of PHP you are using.</description>
			<pubDate>Tue, 24 Jun 2008 20:51:00 GMT</pubDate>
			<author>donotreply@osnews.com (fretinator)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: Most of the App gap...</title>
			<link>http://osnews.com/thread?319831</link>
			<guid isPermaLink="true">http://osnews.com/thread?319831</guid>
			<description>I run 2k8 enterprise on my development machine (got it for free at the launch event). Haven't tried on vista, but it should be the same kernel, and IIS is mostly the same (differences shouldn't really effect ISAPI stuff)</description>
			<pubDate>Tue, 24 Jun 2008 21:02:00 GMT</pubDate>
			<author>donotreply@osnews.com (google_ninja)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>&amp;quot;The more diversity, the better&amp;quot;</title>
			<link>http://osnews.com/thread?319832</link>
			<guid isPermaLink="true">http://osnews.com/thread?319832</guid>
			<description>I'd love to hear Steve Ballmer saying that. Not that I'm holding my breath till he does. :-D I bet It'd take having him to choose between death or that for him to say it.... and I think he would stutter and gag.</description>
			<pubDate>Tue, 24 Jun 2008 21:03:00 GMT</pubDate>
			<author>donotreply@osnews.com (eantoranz)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>The answer..</title>
			<link>http://osnews.com/thread?319834</link>
			<guid isPermaLink="true">http://osnews.com/thread?319834</guid>
			<description><i>&quot;The real question should be: Why aren't developers leveraging the various iterations of the .Net framework?&quot;</i><br />
<br />
When the parent company who designed the technology isn't fully embracing it, it doesn't leave much confidence to third parties as to the long term nature of it. I would have expected by now, quite frankly, Microsoft to be announcing that Office 14 would be .NET 3.5 Native (using managed C++ and C, along with some C# thrown in for good measure). I expected Microsoft to have thrown off VB 'classic' in favour of .NET languages being used instead.<br />
<br />
None of this has happened, and here we are, over a year since Windows Vista was launched, and still no Microsoft applications that are 100% .NET native.<br />
<br />
It isn't the technology, but the fact that you're not using the technology that tells the rest of the IT world that .NET isn't ready for big applications - its only useful for dinky little widgets custom requirements in large companies.</description>
			<pubDate>Tue, 24 Jun 2008 21:09:00 GMT</pubDate>
			<author>donotreply@osnews.com (kaiwai)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: Lol</title>
			<link>http://osnews.com/thread?319836</link>
			<guid isPermaLink="true">http://osnews.com/thread?319836</guid>
			<description>You are confused... Linq was part of 3.5, 3.0 added WPF, WWF, WCF, and cardspace.<br />
<br />
<a href="http://en.wikipedia.org/wiki/.NET_Framework#.NET_Framework_3.0" rel="nofollow">http://en.wikipedia.org/wiki/.NET_Framework#.NET_Framework_3.0</a></description>
			<pubDate>Tue, 24 Jun 2008 21:16:00 GMT</pubDate>
			<author>donotreply@osnews.com (eggs)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Lol</title>
			<link>http://osnews.com/thread?319838</link>
			<guid isPermaLink="true">http://osnews.com/thread?319838</guid>
			<description><div class="cquote">Such large changes in APIs are never a good thing as it takes a very very long time for applications to be rewritten. Consider the move that the KDE project made from Qt 3 to Qt 4. Qt 4 made quite a few changes to the Qt library that made it incompatible with Qt 3. Nevertheless, a tool was made available to automatically port Qt 3 code to Qt 4. Even so, it still took 3 years for KDE to make the move to Qt 4, Qt 4 first appeared in June 2005 and KDE 4 appeared in January 2008 (ignoring betas, RCs, etc for both projects). </div><br />
It should be pointed out that KDE4 isn't simply a port of KDE3 to Qt4.  It was a complete rewrite of all the underlying libraries, the addition of several new core libraries and a complete redesign of how the KDE desktop works.  I imagine the actual Qt3 to Qt4 work was a tiny part of the total work done.</description>
			<pubDate>Tue, 24 Jun 2008 21:37:00 GMT</pubDate>
			<author>donotreply@osnews.com (dagw)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[4]: Most of the App gap...</title>
			<link>http://osnews.com/thread?319839</link>
			<guid isPermaLink="true">http://osnews.com/thread?319839</guid>
			<description><div class="cquote">I run 2k8 enterprise on my development machine (got it for free at the launch event). Haven't tried on vista, but it should be the same kernel, and IIS is mostly the same (differences shouldn't really effect ISAPI stuff) </div><br />
<br />
Actually, think PHP as an ISAPI module would work fine on Vista. I think the actual problem is the integration of Komodo (my IDE) and PHP. Komodo is using the CLI version of PHP to interact with PHP. It is the command-line version of PHP that is having the problem - I imagine the way it terminates (who knows, maybe it doesn't return 0 at the end of main!) causes the problem. Komodo is constantly running the PHP CLI executable, and thus I get a popup-message every second or two about the improper termination of CLI.exe. For me it isn't a big deal - I just use Komodo under Linux. I rarely have to boot into Vista anymore. My only use for Windows is gaming (although many games do run under Wine now), but I keep an XP box around for that.</description>
			<pubDate>Tue, 24 Jun 2008 21:37:00 GMT</pubDate>
			<author>donotreply@osnews.com (fretinator)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: Lol</title>
			<link>http://osnews.com/thread?319846</link>
			<guid isPermaLink="true">http://osnews.com/thread?319846</guid>
			<description>You would be correct from what I recall.<br />
<br />
KDE 3 ported to Qt4 was running for quite awhile before KDE4 as well know it now happened.</description>
			<pubDate>Tue, 24 Jun 2008 22:55:00 GMT</pubDate>
			<author>donotreply@osnews.com (TheMonoTone)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>The is no point.</title>
			<link>http://osnews.com/thread?319849</link>
			<guid isPermaLink="true">http://osnews.com/thread?319849</guid>
			<description>If you are somehow on top of technology and have some ability as a technical professional pushing .NET apps is just silly. For custom business applications the way to go is web based, using AJAX and dynamic HTML you can create applications that do what needs to be done and not worry about issues such as distribution, compatibility across different Operating Systems and versions, Users will always use the correct version of the software, ability to access from remote locations (and non-company) computers via VPN or Internet connection.<br />
<br />
The tradeoff between web apps and normal apps are so small now for most applications that making it OS Particular will take the same amount of development time and loose out on lot of the features inherent with Web Applications.<br />
<br />
While you can use .NET to make these web apps however you don't need to stick with it, nor will your costumers really care.  PHP, Ruby On Rails... People can use the apps without caring what your server is.</description>
			<pubDate>Tue, 24 Jun 2008 22:59:00 GMT</pubDate>
			<author>donotreply@osnews.com (theTSF)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Comment by mounty</title>
			<link>http://osnews.com/thread?319850</link>
			<guid isPermaLink="true">http://osnews.com/thread?319850</guid>
			<description>Why aren't developers leveraging the various iterations of the .Net framework<br />
<br />
Maybe because they don't like using ludicrous North American neologisms.</description>
			<pubDate>Tue, 24 Jun 2008 23:11:00 GMT</pubDate>
			<author>donotreply@osnews.com (mounty)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Lol</title>
			<link>http://osnews.com/thread?319851</link>
			<guid isPermaLink="true">http://osnews.com/thread?319851</guid>
			<description><div class="cquote">Most people doing gui apps are still on 2.0, because it will already be on every xp machine. </div><br />
<br />
None of my friends or family have XP machines with either .NET 1.1 or 2.0 installed. There simply aren't any .NET apps that any of them feel compelled to use. I have never installed .NET for them, and they have never required it.</description>
			<pubDate>Tue, 24 Jun 2008 23:33:00 GMT</pubDate>
			<author>donotreply@osnews.com (baadger)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Lol</title>
			<link>http://osnews.com/thread?319853</link>
			<guid isPermaLink="true">http://osnews.com/thread?319853</guid>
			<description>If they have kept up to date with their updates and have installed service packs, they have both 1.1 and 2.0 on their machines.</description>
			<pubDate>Tue, 24 Jun 2008 23:41:00 GMT</pubDate>
			<author>donotreply@osnews.com (google_ninja)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: The is no point.</title>
			<link>http://osnews.com/thread?319854</link>
			<guid isPermaLink="true">http://osnews.com/thread?319854</guid>
			<description><div class="cquote">If you are somehow on top of technology and have some ability as a technical professional pushing .NET apps is just silly...For custom business applications the way to go is web based, using AJAX and dynamic HTML... </div><br />
 <br />
 I think you're kind of missing the point of the article, though. One of the things that makes a new operating system interesting is what new applications are being written for it -- and how those new applications leverage new features in the OS. I'll grant you that features in client operating systems have diminished in importance as much of the infrastructure moves to servers; however, to paraphrase Bill Clinton (I try to do that as little as possible), the client OS isn't dead or insignificant yet. And that's kind of why we're here. <img src="/images/emo/smile.gif" alt=";)" /> Edited 2008-06-24 23:46 UTC</description>
			<pubDate>Tue, 24 Jun 2008 23:45:00 GMT</pubDate>
			<author>donotreply@osnews.com (tomcat)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[4]: Lol</title>
			<link>http://osnews.com/thread?319857</link>
			<guid isPermaLink="true">http://osnews.com/thread?319857</guid>
			<description>You are right, it is the end of the day and I am tired <img src="/images/emo/smile.gif" alt=";)" /> <br />
<br />
LINQ was the Big Thing in 3.5. WPF and WCF still outweigh it though (imo)</description>
			<pubDate>Tue, 24 Jun 2008 23:57:00 GMT</pubDate>
			<author>donotreply@osnews.com (google_ninja)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: The answer..</title>
			<link>http://osnews.com/thread?319859</link>
			<guid isPermaLink="true">http://osnews.com/thread?319859</guid>
			<description>&quot;Big Applications&quot; make up a very, very small percentage of the development work that goes on in the world. &quot;Dinky little widgets&quot; make up the vast majority, and are often orders of magnitude larger and more complex then any desktop application.</description>
			<pubDate>Wed, 25 Jun 2008 00:01:00 GMT</pubDate>
			<author>donotreply@osnews.com (google_ninja)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: The is no point.</title>
			<link>http://osnews.com/thread?319861</link>
			<guid isPermaLink="true">http://osnews.com/thread?319861</guid>
			<description>have you heard about click once deployment? xbaps? asp.net? silverlight? wcf?<br />
<br />
there is a huge focus in the framework for easy deployment and web interfaces.</description>
			<pubDate>Wed, 25 Jun 2008 00:02:00 GMT</pubDate>
			<author>donotreply@osnews.com (google_ninja)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[5]: Lol</title>
			<link>http://osnews.com/thread?319872</link>
			<guid isPermaLink="true">http://osnews.com/thread?319872</guid>
			<description>Maybe I am very skeptical, but, though LINQ seems to be an amazing thing, I really do not see it as &quot;the wow on computer language advances&quot;...</description>
			<pubDate>Wed, 25 Jun 2008 02:36:00 GMT</pubDate>
			<author>donotreply@osnews.com (ebasconp)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[6]: Lol</title>
			<link>http://osnews.com/thread?319874</link>
			<guid isPermaLink="true">http://osnews.com/thread?319874</guid>
			<description>I didn't really say that either. But it is a big thing in the .net world. What (IMO) is a bigger deal is the whole lambda thing, being able to pass in an anonymous function, and have it be treated as an expression tree at the other end is basically a functional language thing. Extension methods is another really cool C# 3.0 thing, basically like open classes in ruby.</description>
			<pubDate>Wed, 25 Jun 2008 02:43:00 GMT</pubDate>
			<author>donotreply@osnews.com (google_ninja)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>no point</title>
			<link>http://osnews.com/thread?319899</link>
			<guid isPermaLink="true">http://osnews.com/thread?319899</guid>
			<description>I didn't take advantage of WPF nor LINQ since there really wasn't any advantage for what I wanted to create. Just one disadvantage, user must have 3.5 .NET runtime installed (for LINQ, 3.5 is required).<br />
 <br />
 Vista's bad press made me think twice, and it was already a gamble...assuming people had .NET 2.0 runtime. It's like Java, are you willing to force people to download a runtime or take the risk and target only those who have it installed.Edited 2008-06-25 06:55 UTC</description>
			<pubDate>Wed, 25 Jun 2008 06:53:00 GMT</pubDate>
			<author>donotreply@osnews.com (djames)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Comment by mounty</title>
			<link>http://osnews.com/thread?320421</link>
			<guid isPermaLink="true">http://osnews.com/thread?320421</guid>
			<description>Now, remind me why your not speaking German? Oh yea, cuz those North Americans SAVED YOUR ASSES.</description>
			<pubDate>Fri, 27 Jun 2008 16:52:00 GMT</pubDate>
			<author>donotreply@osnews.com (adinas)</author>
			<category>Comments</category>
		</item>
	</channel>
</rss>
