I grab a XML file from server and Parse it with the NSXMLParser and display it in a NSTableView. From there, i can add a row to the tableview. I am guessing the added information is added to the arrayController(I am very new to Xcode and Objective-C, so i am not sure). Is there any way for me to get the information in that arrayController or TableView and pack it into an XML File, so i can upload that edited file to the server?
Thanks, Elite Gamer