[flexcoders] Re: Searching collections using contains()

2008-09-11 Thread sleblang
Got it thanks. I was wrongly under the assumption that I could simply create an XMLNode with the same value of one contained in the XMLList. --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: Your findValue is an XML node that is not a member of the XMLList so it isn't

[flexcoders] Re: Searching collections using contains()

2008-09-11 Thread Amy
--- In flexcoders@yahoogroups.com, sleblang [EMAIL PROTECTED] wrote: Got it thanks. I was wrongly under the assumption that I could simply create an XMLNode with the same value of one contained in the XMLList. I am not sure I agree with this. I was able to construct a new node and compare it

RE: [flexcoders] Re: Searching collections using contains()

2008-09-11 Thread Tracy Spratt
PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Searching collections using contains() --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , sleblang [EMAIL PROTECTED] wrote: Got it thanks. I was wrongly under the assumption that I could simply create an XMLNode

Re: [flexcoders] Re: Searching collections using contains()

2008-09-11 Thread Josh McDonald
one=one / Tracy -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Amy *Sent:* Thursday, September 11, 2008 8:32 PM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] Re: Searching collections using contains