URGENT
-
hi, i want to create an XML file through windows forms using visual studio.net 2005 . i hav provded n interface with text boxes nd combos the programs takis in values from then nd write them in the file .. but i can enter inly one data using this cuz wen i append this file it fivs an error that root document tag is being repeated .. so need help with appending an XML file warm ragards BIa Ali
-
hi, i want to create an XML file through windows forms using visual studio.net 2005 . i hav provded n interface with text boxes nd combos the programs takis in values from then nd write them in the file .. but i can enter inly one data using this cuz wen i append this file it fivs an error that root document tag is being repeated .. so need help with appending an XML file warm ragards BIa Ali
Can you tell us what you are using to create the xml? Basically your problem is that an xml document can only have one root node so - is invalid. The valid way to store two nodes would be -
-
Can you tell us what you are using to create the xml? Basically your problem is that an xml document can only have one root node so - is invalid. The valid way to store two nodes would be -
im using C# the basic problem is im having probem in appending the file it cant take one more than one data once i dono how to file n XML document if i wana add more than one data at once it doesnt allow me to append the file cuz the root tag is being repeated.. i wana create a dictionar in XML format in order to create that dictionary i m using text boxes, radio buttons check boxes it does store that data as tags in file but dsnt store multiple data thanks for ur reply regards Bia -- modified at 7:53 Monday 17th July, 2006