Best way to manipulate XML in .NET

Posted by Juan Manuel Formoso on Stack Overflow See other posts from Stack Overflow or by Juan Manuel Formoso
Published on 2010-03-18T13:29:13Z Indexed on 2010/03/18 13:31 UTC
Read the original article Hit count: 516

Filed under:
|
|

I need to manipulate an existing XML document, and create a new one from it, removing a few nodes and attributes, and perhaps adding new ones, what would be the best group of classes to accomplish this?

There are a lot of .NET classes for XML manipulation, and I'm not sure what would be the optimal way to do it.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET