With LINQ-to-XML, how can I avoid getting back verbose namespaces on the descendants after calling .Descendants()?
When I have an XDocument and I know a namespace but not its prefix, and I want to get a certain descendant with prefixes and not namespaces (e.g. exactly as it was in the original XML string), how can I?