|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
making xml user informationi 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 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 ? > > |
|||||||||||||||||||||||