Logo 
Search:

Asp.net Forum

Ask Question   UnAnswered
Home » Forum » Asp.net       RSS Feeds

Adding data to a XML file

  Asked By: Erica    Date: Jan 20    Category: Asp.net    Views: 8614
  

As I want to add data onto a well-formed XML file (for e.g. Guestbook), how do I do that ?

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Adanalie Garcia     Answered On: Jan 20

The XMLWriter ala:
www.learnasp.com/freebook/learn/xmltextwriter.aspx
will help you make well formed output.

you can read it with XMLTextreader or DOM and then write it plus new data  into guestbook.

 
Didn't find what you were looking for? Find more on Adding data to a XML file Or get search suggestion and latest updates.




Tagged: