RE: [flexcoders] xml parsing

2010-03-16 Thread Tracy Spratt
: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of luvfotography Sent: Monday, March 15, 2010 8:06 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] xml parsing What does '*::' do in the following example: (can someone explain how this works, where aspectRatios ends up

[flexcoders] xml parsing

2010-03-15 Thread luvfotography
What does '*::' do in the following example: (can someone explain how this works, where aspectRatios ends up with 'widescreen') var aspectRatios:XMLList = atomXml..*::aspectRatio; where atomxml = ?xml version=1.0 encoding=utf-16? entry gd:etag=W/quot;C0QCQ347eCp7ImA9WxBbFkk.quot;

[flexcoders] XML Parsing Questions

2009-09-08 Thread stldvd
Hi all, I'm working with httpservice and a rich text area. I pull in the xml via httpservice, then parse out all xml tags. However, dependent on the XML I need to do various things, such as if the text is in an boldMe tag, then make it bold; if it's in an italicizeMe tag, then I'll italicize

[flexcoders] XML Parsing - maintaining a record pointer

2009-02-20 Thread Libby
hi, flexCoders! thanks for all ur help in the past! Does Flex maintain your record pointer while reading an xml file? basically what i want to do is read each line and when I hit certain values, read on for 4 or 5 records, then return to the original process without starting back at the last

Re: [flexcoders] XML Parsing - maintaining a record pointer

2009-02-20 Thread Sam Lai
You could use a different variable name in the inner loop, that way it won't change the object in the outer loop. On 2/21/09, Libby libbychan...@yahoo.com wrote: hi, flexCoders! thanks for all ur help in the past! Does Flex maintain your record pointer while reading an xml file? basically

RE: [flexcoders] XML Parsing - maintaining a record pointer

2009-02-20 Thread Tracy Spratt
bandwidth available From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Sam Lai Sent: Friday, February 20, 2009 4:12 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] XML Parsing - maintaining a record pointer You could use

RE: [flexcoders] XML Parsing

2005-08-21 Thread Matt Chotin
:[EMAIL PROTECTED]] On Behalf Of Clint Modien Sent: Friday, August 19, 2005 12:31 PM To: [EMAIL PROTECTED] Subject: Re: [flexcoders] XML Parsing Do you have a quick example you could post? On 8/19/05, Kevin Towes (New Toronto Group) [EMAIL PROTECTED] wrote: Has anyone run

Re: [flexcoders] XML Parsing

2005-08-19 Thread Clint Modien
Do you have a quick example you could post? On 8/19/05, Kevin Towes (New Toronto Group) [EMAIL PROTECTED] wrote: Has anyone run into an issue when parsing an XML file in FLEX? When the automatic parser parses an XML file, and there is an attribute in the node, the value between the XML tags is