--- In [email protected], "Tracy Spratt" <[EMAIL PROTECTED]> wrote: > > In my example code, each repeated component has a reference to the > underlying dataProvider xml node. Changes to that node are reflected in > the parent xml. I do not understand why writing to the local drive is > needed.
All I would be doing in Flex would be telling the containing app which node to edit, since Flex cannot perform all the necessary tasks (starting a new file, selecting a file, writing the finished file to the hard drive) anyway. No sense allowing the Flash player to mangle the text on the way OUT as well ;-). I need to write to the local drive because that's where the XML files are that are being edited (?!). -Amy

