In case you didn't know, Blizzard publishes XML data for World of Warcraft characters. It comes as a fairly large XML doc. Right now I'm using XPath to parse the document and push data into a class. My question is, would LINQ to XML be a good choice to use in place of XPath for an XML document like this? Are there performance gains compared to XPath? Here's a part of the XML doc:
Read More...