[flexcoders] Re: e4x XML Class: How to update a text node?

2006-05-25 Thread Geoffrey Williams
var xml:XML = rootnodetext1/nodenodetext2/node/root; xml.node[0] = textOne; xml.node[1] = textTwo; trace (xml); --- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: I can read, add and delete text nodes, but how can I update/modify one? Should I use replace()? I

RE: [flexcoders] Re: e4x XML Class: How to update a text node?

2006-05-25 Thread Tracy Spratt
; I'll keep trying and post my progress. Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Geoffrey Williams Sent: Thursday, May 25, 2006 3:07 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: e4x XML Class: How to update a text node

RE: [flexcoders] Re: e4x XML Class: How to update a text node?

2006-05-25 Thread Tracy Spratt
-Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tracy Spratt Sent: Thursday, May 25, 2006 3:59 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: e4x XML Class: How to update a text node? That is not working for me. I get an error

[flexcoders] Re: e4x XML Class: How to update a text node?

2006-05-25 Thread Michael Montagna
: _xmlNodeCurrent.text()[0] = oEvent.target.text; //succeeds. Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tracy Spratt Sent: Thursday, May 25, 2006 3:59 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: e4x XML Class: How