Then I doubt that any conversion is happening.

 

Have you looked at your event.result.toXMLString()?

 

Tracy

 

________________________________

From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of markgoldin_2000
Sent: Thursday, September 04, 2008 3:11 PM
To: [email protected]
Subject: [flexcoders] Re: XML problem

 

Oh yes, I am using resultFormat="e4x".

--- In [email protected] <mailto:flexcoders%40yahoogroups.com>
, "Tracy Spratt" <[EMAIL PROTECTED]> wrote:
>
> If your resultFormat is the default "object", then Flex is 
converting
> your XML into a nested dynamic object structure. This conversion 
is a
> bit of a black box and you have little or no control over it. It 
WILL
> convert strings like "0.1" to a decimal ".1". Might be doing other
> conversions as well.
> 
> 
> 
> This is one more reason to set resultFormat="e4x".
> 
> 
> 
> Tracy
> 
> 
> 
> ________________________________
> 
> From: [email protected] <mailto:flexcoders%40yahoogroups.com>

[mailto:[email protected] <mailto:flexcoders%40yahoogroups.com>
] On
> Behalf Of markgoldin_2000
> Sent: Thursday, September 04, 2008 10:44 AM
> To: [email protected] <mailto:flexcoders%40yahoogroups.com> 
> Subject: [flexcoders] XML problem
> 
> 
> 
> Is it possible that HTTPService would convert 1s and 0s to true and 
> false?
> 
> Thanks
>

 

Reply via email to