How do i parse the new wow RSS feed? (LINQ to XML)
Posted
by Sunzaru Sven
on Stack Overflow
See other posts from Stack Overflow
or by Sunzaru Sven
Published on 2010-04-27T03:40:50Z
Indexed on
2010/04/27
3:43 UTC
Read the original article
Hit count: 204
The link i want to parse is here. I'm looking to parse it in "real time" so that as things happen i can send myself messages/tweets and what not. I plan on having each element of the XML from the feed as an item of a class/struct. I'm really looking for LINQ to XML examples, and a good book.
I've seen other LINQ to XML articles out there, but i'm just not grasping how they work. Old SQL minds are hard to break perhaps... /shrug.
© Stack Overflow or respective owner