RE: [flexcoders] Normalize removing my data??? Is this a bug in Flex?

2008-08-20 Thread Alex Harui
Isn't it because the XMLList has references to the original nodes and not copies? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of flexaustin Sent: Tuesday, August 19, 2008 11:02 PM To: flexcoders@yahoogroups.com Subject: [flexcoders]

RE: [flexcoders] Normalize removing my data??? Is this a bug in Flex?

2008-08-20 Thread Jim Hayes
(xml1.bar.length()); // 0 trace(xml2.bar.length()); // 1 -Original Message- From: flexcoders@yahoogroups.com on behalf of Alex Harui Sent: Wed 20/08/2008 21:52 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Normalize removing my data??? Is this a bug in Flex? Isn't it because