kellan4459
IS-IT--Management
I am trying to create a web application that will use forms to add to and edit an xml file. The XML back end will be used as a database basically. I have created classes to parse the xml into an array of entry objects. I have a function that I can call to display the object. I'm new to xml so I am struggling on adding to the xml or editing the xml. Any insight as to how I can modify a section of an xml file and add to the xml file without reading in the file, modifying, and then rewriting the file? I want to minimize the window of multiple editing causing data loss.