Is there a more current way to fix the error encountered when parsing a DateTime value in the XML?
As you can see in this question Problems Reading RSS with C# and .net 3.5 There is a problem when trying to read some Rss Feeds that express their date dif开发者_运维问答ferently.
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.
Have you tried to use System.Xml.Linq? I even saw a example application (RSS Reader ;p) for windows phone 7.
http://dotnet.dzone.com/articles/building-rss-reader-windows-0 ?
精彩评论