Using C# to parse XML feeds.
What with the big push to have XML adopted as a cross-everything data format, it seems like it should be fairly straightforward to parse an XML file in .NET. For the most part, I would say that it is, but I ran across a situation recently that was a bit difficult to solve — mostly […]