<cusipvalue>7898778E345</cusipvalue>
if you see above xml tag value, that is having E char. this E is causing the 
issue.
above value(7898778E345) displaying as Infinite When i display this value on 
flex grid. the reason is this value has E. so the flex parser is implecitly 
convertion is faling.

7898778E345 = 7898778 * 10 Power of 345 = too big value = Infinite.

Is there any way to instruct flex defalut xml parser to stopping auto 
conversion into expaning exponential value?.
Any help is appriciated.

Thanks,
Rama

Reply via email to