Description: A few months ago, I published an article ( A MegaTokyo RSS Feed Reader ) that showed how you could use classic ASP and Microsoft's XML parser to convert an RSS feed into HTML for display on a web page. While the code in that article worked fine, there were two main complaints that I seemed to keep hearing from readers: It was written in classic ASP and not ASP.NET. The format of the resulting HTML was a pain to change because I had hard-coded it.