﻿# My version of an RSS Feed control...

<datetime class="hidden">2004-03-12T00:00</datetime>
<!-- category -- mostlylucidcouk, Imported, ASP.NET, XML -->

[Kent Sharkey](http://weblogs.asp.net/ksharkey/) posted an [RSS View User control](http://weblogs.asp.net/ksharkey/posts/29612.aspx), which is pretty nice...I wanted to use XSLT for mine (I'm akward that way :-))

Anyway, I wrote this little one (which may appear on this blog in the future...)- not perfect but it works after a fashion :-)

Update...I've decided that I'd like to package this a bit better (if you never saw the previous one, it was really bad...I apologise for offending your coding sensibilities) 
. Anyway, this one isn't a lot better...but it is functional and should give a good start - [**here's the link to download it (VS.NET 2003 project...)**](/uploads/RssTest1.zip).