Home All Groups Group Topic Archive Search About

making xml user information

Author
23 Dec 2005 2:13 PM
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 ?

Author
23 Dec 2005 2:40 PM
Showjumper
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
Show quote
"h-h" <somequest***@gmail.com> wrote in message
news:OcWZ9r8BGHA.3984@TK2MSFTNGP14.phx.gbl...
>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 ?
>
>

AddThis Social Bookmark Button