Problem with adding an XML node to an existent XML File
Hugo Alberto Bedolla
Greenhorn
Joined: Nov 09, 2010
Posts: 15
posted
0
I got a problem when trying to write a new node to an xml file, basically the new node isn't appended to the file. I tried to write to another file, but in both cases, only the old data appears... what am I doing wrong? :S