Serializing data from a RSS feed in ASP.NET/C#

Posted by DotnetDude on Stack Overflow See other posts from Stack Overflow or by DotnetDude
Published on 2010-05-20T20:45:25Z Indexed on 2010/05/20 21:00 UTC
Read the original article Hit count: 325

Filed under:
|
|

I'd like the user to specify a RSS feed address and serialize the information from it. I am not interested in the XML format, but populate a strongly typed object from the XML. My question is, is there a standard that all RSS feeds support (Do all of them have date, title etc)? If so, is there a XSD that describes this. If not, how do I handle serializing a RSS feed to an object in ASP.NET?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about c#