[flexcoders] xml and dataprovider for simple chart

2007-12-05 Thread y.mauron
Dear all, I have a problem which certainly be very easy. I have a xml varialbe like the following : var test:String = "813270890280"; var xmlData = new XML(test); and would like to use this as dataprovider for my chart. Each represent a series. (Rem: the number

Re: [flexcoders] xml and dataprovider for simple chart

2007-12-05 Thread Ian M. Jones
Try... dataProvider ="{xmlData.entry[0].One}" or dataProvider ="{xmlData.*.One}" On 5 Dec 2007, at 15:52, y.mauron wrote: Dear all, I have a problem which certainly be very easy. I have a xml varialbe like the following : var test:String = "813270890280"; var xmlData = new XML(test); and