Re: Help regarding XML file manipulation

2010-05-25 Thread Shashank Singh
On Tue, May 25, 2010 at 2:24 PM, Salil GK wrote: > Hello > > I need to make a quick prototype to process some xml file. I found > xml.dom.minidom much handy and I can get information from the xml file. But > I need to update a filed in the xml file and save the file. I couldn't find > a way to

Help regarding XML file manipulation

2010-05-25 Thread Salil GK
Hello I need to make a quick prototype to process some xml file. I found xml.dom.minidom much handy and I can get information from the xml file. But I need to update a filed in the xml file and save the file. I couldn't find a way to do that. Could some one please help me on this. Basically thi