Hi everyone i want to append an new tag in the middle of a xml file , when i use " >>filename.xml " , its appending at the EOF , instead at the location where i want it to be , can any one please help me in this
Hi everyone i want to append an new tag in the middle of a xml file , when i use" >>filename.xml " , its appending at the EOF , instead at the location where i want it to be , can any one please help me in this
Hi,First open file in read mode and store the values in an array.And then propogate to particular line and depends on your requirement and add xml tag over there in array.and open the file and put this array content baqck into file.Nidhi