write, update and save a well-formed xml file in as3
问题 I am trying to update an xml file and save elements inside of an already saved root element. I have only found examples where the xml files are just opened and not saved. Can someone help me to find the best way to save the results? My project right now looks like this: I am loading an xml file via URLLoader/URLRequest and display the contents in several text fields. New text from an input field is saved (appended) via FileStream directly to the xml file in the applicationStorageDirectory