RE: [flexcoders] Re: How can I save XML path deep inside my XML data ?

2008-02-01 Thread Tracy Spratt
yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tracy Spratt Sent: Friday, February 01, 2008 3:21 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: How can I save XML path deep inside my XML data ? Yes, you will need to do something like this, save a reference. On problem is

RE: [flexcoders] Re: How can I save XML path deep inside my XML data ?

2008-02-01 Thread Tracy Spratt
honny Everson Sent: Thursday, January 31, 2008 9:48 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: How can I save XML path deep inside my XML data ? I guess you haven't explained very well yet. But let's present you some approach that MAY be what you are looking. Th

Re: [flexcoders] Re: How can I save XML path deep inside my XML data ?

2008-01-31 Thread Jhonny Everson
I guess you haven't explained very well yet. But let's present you some approach that MAY be what you are looking. That's saving the reference. var lastMatch:XML; for (...){ if( condition_matched){ lastMatch = (absolute path); // myXml.books[0].book.covers.cover[2].items[2].data123 for