RE: [flexcoders] Re: Problems walking XML file with E4X

2008-04-17 Thread Tracy Spratt
yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Nate Pearson Sent: Thursday, April 17, 2008 9:00 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Problems walking XML file with E4X Argh, now I'm trying to graph this stuff and I can't figure out how to access the info.

[flexcoders] Re: Problems walking XML file with E4X

2008-04-17 Thread Nate Pearson
; > > > > > > > > > > > > > > --- In flexcoders@yahoogroups.com > <mailto:flexcoders%40yahoogroups.com> > <mailto:flexcoders%40yahoogroups.com> > > , "Tracy Spratt" wrote: > > > > > > Just to be sure, you

RE: [flexcoders] Re: Problems walking XML file with E4X

2008-04-17 Thread Tracy Spratt
getting used to finding alternate paths when one is blocked. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Nate Pearson Sent: Thursday, April 17, 2008 7:23 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Problems walking

[flexcoders] Re: Problems walking XML file with E4X

2008-04-17 Thread Nate Pearson
xml, > > correct? > > > > > > > > In fact, post the code where you are examining myXMLList. > > > > > > > > Tracy > > > > > > > > ____________ > > > > From: flexcoders@yahoogroups.c

RE: [flexcoders] Re: Problems walking XML file with E4X

2008-04-17 Thread Dan Blackman
@yahoogroups.com Subject: RE: [flexcoders] Re: Problems walking XML file with E4X Two things: 1. xml namespace: The xml has namespace specified, so yo need to d: default xml namespace = "http://www.garmin.com/xmlschemas/TrainingCenterDatabase/v1";; 2. I do not understand why the "..&quo

RE: [flexcoders] Re: Problems walking XML file with E4X

2008-04-17 Thread Tracy Spratt
cendants("Trackpoint"); Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Nate Pearson Sent: Thursday, April 17, 2008 4:44 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Problems walking XML file with E4X It&#

[flexcoders] Re: Problems walking XML file with E4X

2008-04-17 Thread Nate Pearson
t; Sent: Thursday, April 17, 2008 4:19 PM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Re: Problems walking XML file with E4X > > > > The trace shows all the data. > > The other one doesn't work. I can see in the file that the case is > "Trackpoin

RE: [flexcoders] Re: Problems walking XML file with E4X

2008-04-17 Thread Tracy Spratt
, 2008 4:19 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Problems walking XML file with E4X The trace shows all the data. The other one doesn't work. I can see in the file that the case is "Trackpoint". Could it have to do with how it's nested? --- In flexco

[flexcoders] Re: Problems walking XML file with E4X

2008-04-17 Thread Nate Pearson
The trace shows all the data. The other one doesn't work. I can see in the file that the case is "Trackpoint". Could it have to do with how it's nested? --- In flexcoders@yahoogroups.com, "Tracy Spratt" <[EMAIL PROTECTED]> wrote: > > Skip this: > > var myXML:XML = dataSet[0]; //dataSet is ale