• 0

Adding to an Xml file in visual c# 2005


Question

Hey,

I was wondering if any of you know how to add things to xml files?

Example :

I have this,

<?xml version="1.0" encoding="utf-8"?>

<entries>

<entry>Test</entry>

</entries>

and i wanna let the user add more things into it so it would end up like this,

<?xml version="1.0" encoding="utf-8"?>

<entries>

<entry>Test</entry>

<entry>Another Test</entry>

</entries>

And more and more...

Thanks for any help,

Nightmare

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.