Hi shen,

we can convert xml to arraycollection. Use this link
http://nsdevaraj.wordpress.com/2009/03/05/convert-data-types-arraycollection-xml-object-string/

After u convert into arraycollection use it's property like
ArrColl.getItemAt(0).Books as text to tabs

Try this

Thanks
On Sat, Jun 27, 2009 at 6:41 PM, Shen<[email protected]> wrote:
>
> I have following XMLLIst I want to get books and Songs as tabnavigator
> tabs(dataprovider),Is there way to get XMLLIst to dataprovider or
> array collection.because under the dynamic properties always change
> books,songs sometimes it may books,films,songs.
> so I want to appear tabnavigator tabs books,films,songs..
>
> <dynamicProperties>
>        <Books>
>                <bookNumber>1</bookNumber>
>        </Books>
>        <Songs>
>                <songNumber>2</songNumber>
>        </Songs>
> </dynamicProperties>
>
> Thank you in advance,Hope flex star may help me!!
>
> On Jun 27, 12:32 pm, Karthik K <[email protected]> wrote:
>> hi guys
>>
>> Below is my xml
>>
>> <entries>
>> <entry>
>> <column_1_name>column_1_row_1_value</column_1_name>
>> <column_1_name>column_2_row_1_value</column_1_name>
>> </entry>
>> </entries>
>>
>> can we display like the below in datagrid
>>
>> column_1_name                     column_1_name                    (Header
>> text)
>>
>> column_1_row_1_value            column_2_row_1_value          (Field data)
>>
>> any idea
>>
>> --
>> Karthik.k
>> Mobile - +91-9894991640
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to