.NET: Remove all namespaces from an XML document?

Posted by Jonathan Allen on Stack Overflow See other posts from Stack Overflow or by Jonathan Allen
Published on 2010-03-24T18:50:35Z Indexed on 2010/03/24 18:53 UTC
Read the original article Hit count: 456

Filed under:
|
|

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.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about Xml