how to create an xml file during run time
-
hi i have to create an xml file and in that file the number of child elements vary during the run time that is i have to insert different options and my xml file should looklike this 1<\optionid> true<\flag> ....<\optionname> 2<\optionid> false<\flag> ....<\optionname> . . . the options will be given by me from the ui during the run time so i can give as many options as i can so the number of options are varying in this case how can i create the xmldocument for this
-
hi i have to create an xml file and in that file the number of child elements vary during the run time that is i have to insert different options and my xml file should looklike this 1<\optionid> true<\flag> ....<\optionname> 2<\optionid> false<\flag> ....<\optionname> . . . the options will be given by me from the ui during the run time so i can give as many options as i can so the number of options are varying in this case how can i create the xmldocument for this