Skip navigation
Manu@123
Currently Being Moderated

Assigning Complext XML as DataProvider to Flex Tree

Sep 1, 2012 12:55 PM

Tags: #with #flex #xml #tree #as #dataprovider #complex

I have complex XML structure to fed as dataprovider for FlexTree. Wanted to know how can i specify the grouping.My sample XML structure looks like this ->

 

<root>

     <Group>

          <name>

          <size>

          <location>

          <children>

              <Group>

                    <name>

                    <size>

                    <location>

               </Group>

          </children>

     </Group>

     <Group>    

          <name>

          <size>

          <location>

          <children>

               <Group>

                    <name>

                    <size>

                    <location>

          </children>

     </Group>

</root>

 

I could actually say element "Group" can have Group within itself as child.I want to display them in Tree.How can i accomplish this.I searched so many examples no one have solution for this.Help greatly appreaciated.Thanks a ton.

 

 

Thanks,

Manohar.

 
Replies

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points