I have an xml file say Example.xml which is like...
I have created the xml using XmlTextWriter in a button click event. Now what i want to do is add a complete block to this xml like
before the end tag of
Being new to c# i am a bit confused of how to do this. Any sort of help will be much appreciated...
Thanks in advance.
Mahesh ChandPosted Jul 17, 2008, 9:05 AM
Here is a complete book on XML Programming in C#. Check the Update/Insert nodes section somewhere in it.
XML Programming in C# and .NET