I’m trying to create a management/administration application for use with my flash based RPG. It would be a stand-alone project that uses the same core information files (those that define players, items, weapons, quests, etc) in the form of XML. Some of the functions of this project would be to add new weapons, items, etc into the game files, modify existing information within the game file, etc. What I am curious about in regards to the AS3 - XML nature is, is it at all possible to rewrite only specific portions of an XML file? Or would I have to rewrite the entire file over again. Basically, for example, I changed some information on item id #5 and there are 10 items total. Is it possible to select the chunk of XML code that pertains to ID #5 and rewrite the new information.
Thanks.