Link to home
Start Free TrialLog in
Avatar of Ibs
Ibs

asked on

Modify XML document using C#

Hi,
I am using C#  and I would like to programmatically modify an XML file and save it back to my C: drive.

I have 1000 main elements and within each of those there a child node element values that need to be altered.

Is there a really quick and effective way of doing this?

Thanks for your help.



 
Avatar of lucky_james
lucky_james
Flag of India image

xml operations can be seen at:
http://www.codersource.net/csharp_xml_file_operations.html

Hope it helps.
ASKER CERTIFIED SOLUTION
Avatar of lucky_james
lucky_james
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Ibs
Ibs

ASKER

Thanks! Both very useful.