Senior & Expert .Net Developers Discussion Forum by Nyros Technologies

HIRE .Net Expert Developers Programmers Coders From India
Ruby on Rails PHP .Net Developers Community, Nyros Technologies, Kakinada
 
Log in  or IF not a member please REGISTER
Username:
Password:   


Keyword
Log in | Profile 

How to insert new element in to XML file

 
Post new topic   Reply to topic    Senior & Expert .Net Developers Discussion Forum by Nyros Technologies Index -> XML
View previous topic :: View next topic  
Author Message
Dileep



Joined: 12 Sep 2007
Posts: 77

PostPosted: Wed Aug 06, 2008 7:10 am    Post subject: How to insert new element in to XML file Reply with quote

Hi,
I have created XML file, through my application i need to insert new element in to XML file can any one post sample code.

Regards,
Dileep.
Back to top
View user's profile Send private message
venkat



Joined: 21 Aug 2007
Posts: 164

PostPosted: Wed Aug 06, 2008 7:20 am    Post subject: Reply with quote

Hi Dileep,
If you have posted your XML file, i can given sample code which is related to XML file.

VENKAT ...
Back to top
View user's profile Send private message
Dileep



Joined: 12 Sep 2007
Posts: 77

PostPosted: Wed Aug 06, 2008 7:27 am    Post subject: Reply with quote

Hi venkat,
thanks for the quick response, i am posting my XML file

Employee.xml

<?xml version="1.0" encoding="utf-8" ?>
<Employees>
<Employee Name="James" Sal="10000">
</Employee>
<Employee Name="David" Sal="8000">
</Employee>
</Employees>
Back to top
View user's profile Send private message
venkat



Joined: 21 Aug 2007
Posts: 164

PostPosted: Wed Aug 06, 2008 7:33 am    Post subject: Reply with quote

Here is the sample code..

FileStream fs = new FileStream(@"Employee.xml", FileMode.Open, FileAccess.Read, FileShare.ReadWrite); //Specify the path of the XML file
XmlDocument xmldoc = new XmlDocument();
xmldoc.Load(fs);
// Adding new element to Employee xml file
XmlElement XML_Ele = xmldoc.CreateElement("Employee");
XML_Ele.SetAttribute("Name", Dileep);
XML_Ele.SetAttribute("Sal", 12000);
xmldoc.DocumentElement.AppendChild(XML_Ele);
xmldoc.Save(@"Employee.xml"); // Saving the file
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Senior & Expert .Net Developers Discussion Forum by Nyros Technologies Index -> XML
Page 1 of 1


 latest topics 
 Topics   Replies   Author   Views   Last Post 
No new posts Auto increment column value with respect to another column
1 suraj 41 Fri Jul 30, 2010 11:52 am
venkat View latest post
No new posts Is there any control like Gridview in WPF?
1 mukundh 12 Fri Jul 30, 2010 11:16 am
setty View latest post
No new posts Getting data from the other pages by sending a request.
1 pavani 8 Fri Jul 30, 2010 10:16 am
rajesh View latest post
No new posts Viewing or Reading an Assembly
0 sek 20 Mon Jul 26, 2010 10:33 am
sek View latest post
No new posts Multiple technologies to develop iPhone applications:
0 Ramya sree 21 Mon Jul 26, 2010 10:09 am
Ramya sree View latest post
No new posts What is the Difference Between CLR, CLS and CTS ?
1 pavani 27 Mon Jul 26, 2010 5:35 am
pavani View latest post
No new posts What is Android and How to install Android SDK.??
0 pavani 17 Mon Jul 26, 2010 4:46 am
pavani View latest post
No new posts Open-source libraries for iPhone application development:-
0 Teena 19 Sun Jul 25, 2010 8:17 am
Teena View latest post
No new posts Famous Mobile Sites:
1 kumar 17 Sun Jul 25, 2010 7:33 am
Teena View latest post
No new posts Introduction to PhoneGap framework
0 Dileep 24 Sun Jul 25, 2010 7:00 am
Dileep View latest post




Hire an expert .Net developer / coder / programmer or development team from India now!!

Other Forums : Ruby on Rails   ::   PHP   |   Free unlimited HTML CSS templates download

Nyros Technologies   |   Kakinada City Portal   |   Developers Blog   |   About .Net Experts   |   More