If you are using LINQ to XML, sooner or later, you will need to work with XML documents that don't use the namespace. For example, you might be working with the XML from an InfoPath form and you want to get the value of a particular element. InfoPath uses the my namespace, and you can't just...