Serializing data from a RSS feed in ASP.NET
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:40 UTC
Read the original article
Hit count: 137
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