Yep tried that as well and still nothing. This just seems that I am missing something small but very important. All I want to accomplish is to grab a xml document and then display it in a horizontal list. I only want to display the asset name and nothing else and yet I can't seem to find a way to get it to display. Sorry morning rant.
--- In [email protected], "Paul Andrews" <[EMAIL PROTECTED]> wrote: > > So that would be the result of the query, I assume. In that case you need to > refer to fleet directly - you will lose the outermost level. > > "tempXML.lastResult.fleet" not "tempXML.lastResult.asset.fleet" . > > Paul > > > > > ----- Original Message ----- > From: "markcavins" <[EMAIL PROTECTED]> > To: <[email protected]> > Sent: Tuesday, January 15, 2008 12:55 AM > Subject: [flexcoders] Re: List issues > > > > This is the output for each asset > > > > <asset id="236"> > > <name>333CCC</name> > > <tag>52</tag> > > <vin>VIN09876SDF133</vin> > > <fleet>0052</fleet> > > <type id="0">Standard</type> > > <subtype id="4">STANDARD</subtype> > > <exsid/> > > <mileage>1946</mileage> > > <location>Home</location> > > <mileoffset>0</mileoffset> > > <radioaddress/> > > <mfg>GMC</mfg> > > <inservice>20 Sep 2007</inservice> > > <inspdate id="2601" type="trill">1190310279</inspdate> > > − > > <yardstat> > > <yard/> > > <stat timestamp="0">unknown</stat> > > </yardstat> > > <opstatus timestamp="1190311036">unsat</opstatus> > > <gps>1</gps> > > <homeloi/> > > </asset> > > > > --- In [email protected], "Paul Andrews" <paul@> wrote: > >> > >> relist your current source and what your xml should look like. > >> > >> To use the debugger, set a breakpoint at the start of the result > > handler > >> (click in the margin to the left of the first line - you should get > > a small > >> circle). Run in debugging mode by pressing the spider icon. > > Execution will > >> stop when the breakpoint is hit. You can then see the variable > > contents in > >> the variables window and see exactly what your result is. > >> > >> Paul > >> ----- Original Message ----- > >> From: "markcavins" <markcavins@> > >> To: <[email protected]> > >> Sent: Tuesday, January 15, 2008 12:37 AM > >> Subject: [flexcoders] Re: List issues > >> > >> > >> >I am still thinking that part of the problem is that no where to I > >> > call the path of tempXML (tempXML.lastResult.asset.fleet) to actually > >> > get this data. I am still trying to mess with the debugger but it > >> > doesn't seem to be returnining anyt thing. > >> > > > > > > > > > > -- > > Flexcoders Mailing List > > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > > Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com > > Yahoo! Groups Links > > > > > > > > >

