Wrapping an XMLListCollection around an XMLList : XMLList « Data Model « Flex






Wrapping an XMLListCollection around an XMLList

         
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
    <mx:XMLListCollection id="myXLC">
        <mx:XMLList id="myXML">
            <users>
                <administrators>
                    <user id="1">A</user>
                    <user id="2">B</user>
                </administrators>
            </users>
        </mx:XMLList>
    </mx:XMLListCollection>
</mx:Application>

   
    
    
    
    
    
    
    
    
  








Related examples in the same category

1.Using an XMLList component to configure menu data
2.XMLListCollection component wrapped around an XMLList
3.Creating an XMLList component to drive a List componentCreating an XMLList component to drive a List component
4.Using XMLListUsing XMLList
5.Use an XMLListCollection objectUse an XMLListCollection object
6.Add an XMLList to an XML Object
7.Bind to an XMLList or an E4X QueryBind to an XMLList or an E4X Query
8.Filter and Sort an XMLListCollectionFilter and Sort an XMLListCollection
9.XMLListCollection With ListXMLListCollection With List
10.Time formatTime format