Re: [flexcoders] Bizarre XML data transformation

2008-09-17 Thread Ralf Bokelberg
That's crazy :) Can you post a small piece of the xml? Cheers Ralf. On Wed, Sep 17, 2008 at 9:09 PM, cjsutherland [EMAIL PROTECTED] wrote: Once again, I've hit a roadblock with Flex for something that should be easy as pie. Here's the problem: I'm loading in an XML feed from Flickr, a list

RE: [flexcoders] Bizarre XML data transformation

2008-09-17 Thread Peter Farland
How are you loading the XML? HTTPService? If so, have you set resultFormat=e4x?

Re: [flexcoders] Bizarre XML data transformation

2008-09-17 Thread Maciek Sakrejda
Flex sees something that looks like a number in the XML and treats it as a floating point Number type (since the number in the XML is too big to fit in an int). Because of the way IEEE floating point works (take a look if you're interested: http://en.wikipedia.org/wiki/IEEE_754 -- it's neat), very

RE: [flexcoders] Bizarre XML data transformation

2008-09-17 Thread Tracy Spratt
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Maciek Sakrejda Sent: Wednesday, September 17, 2008 3:54 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Bizarre XML data transformation Flex sees something that looks like a number in the XML

Re: [flexcoders] Bizarre XML data transformation

2008-09-17 Thread Dan Blackman
Sent from my Verizon Wireless BlackBerry -Original Message- From: Tracy Spratt [EMAIL PROTECTED] Date: Wed, 17 Sep 2008 16:16:06 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Bizarre XML data transformation As Pete suggests, this is almost always because resultFormat