var xml:XML = <root><node>text1</node><node>text2</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 think I can make that work and it seems
> logical.
>
> Or delete and add?
>
> Or is there another way?
>
> Tracy
>







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




Reply via email to