Load xml file which is in the same folder

Hello :). I am trying to load xml file which is in the same folder - it is in the src folder with the other things. If I use this:

<mx:HTTPService id="httpTree" url="feedURLs.xml" resultFormat="object" result="XMLLoaded(event)"/>

it loads the file, but I don’t know how to edit the data it returned and how to save it back? Is there any possible way to do this? Thank you in advance :slight_smile: