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