.NET: Remove all namespaces from an XML document?
- by Jonathan Allen
Is there an effective way to strip off all namespaces from an XML document in .NET? In the past I tried using regular expressions but that missed too many cases so now I'm looking for something more programatic.