Click to See Complete Forum and Search --> : xml using vb or vc++


Muaziz ali
July 28th, 2001, 03:53 AM
I had a Problem that is i have to made a project in front end of this project there is either vc++ or vb.
There is a form in these languages which could contain two edit boxes about personal inforamation (i.e Name and Age ) of a person.there are two buttons in this form one is Add and the other is Save.
There will be an XML file Which look like this


muaziz ali
21



(in this file there is a parent tag of student and two child tag of name and age)
The form in vc++ or vb will be connected to that xml file Using the ixmldom document and ixmlNode interfaces.when i click the Add Button a node of the same type is created in the file and when i click the Save Button the an xml File is save on the disk.

Is this just what happens, or am I missing out something?

Thanks in advance, and apologies for what is most probably a *very* silly question for most of you.