making xml user information

  • Thread starter Thread starter h-h
  • Start date Start date
H

h-h

i just want to make a class that can able to manipluate xml
it's like this.
<user>
<name>charles</name>
<age>67<age>
</user>
<user>
<name>machle</name>
<age>44<age>
</user>
i'd like to create this and get and set data ....
could you recommend some url or example related xml ?
 
The Sytem.XML namespace has all you need to manipulate xml. Just google and
you you will find lots of info on using the system.xml
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top