Hacker News new | ask | show | jobs
by pragmatic 5863 days ago
Just to point out LINQ to XML http://msdn.microsoft.com/en-us/library/bb387098.aspx.

It takes a lot of pain out of XML processing. Don't have to remember the specifics of XPath/XQuery but you still have to deal with the pain of multiple namespace resolution inherit in XML.