Oh yes, I am using resultFormat="e4x".
--- In [email protected], "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:[EMAIL PROTECTED] On
> Behalf Of markgoldin_2000
> Sent: Thursday, September 04, 2008 10:44 AM
> To: [email protected]
> Subject: [flexcoders] XML problem
>
>
>
> Is it possible that HTTPService would convert 1s and 0s to true and
> false?
>
> Thanks
>