Is there a more current way to fix the error encountered when parsing a DateTime value in the XML?

747 Views Asked by At

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 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.

1

There are 1 best solutions below

4
On

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 ?