As you can see in this question http://stackoverflow.com/questions/210375/problems-reading-rss-with-c-and-net-3-5 There is a problem when trying to read some Rss Feeds that express their date differently.
I have tried the workaround posted there but I am not that experienced and I am trying it on Windows Phone 7. My main difficulty is that XmlTextReader seems to be inaccessible. So I was wondering if anyone could help me use XmlReader instead or if anyone knows a new workaround for this problem.
Thanks.