Thanks. My xmlList in short has this structure:
   <Tree .....>
         <node ....>
             <node ..../>
             <node....>
                  <node.....>
             </node>
         </node>
   </Tree>



On Fri, Feb 13, 2009 at 5:16 AM, Christian Camilo Arias Vergara
<[email protected]> wrote:
> Hi
>
> You must to have a children node... or you must to use a DataDescriptor for
> you data...
>
>
>
> 2009/2/13 Vivian Richard <[email protected]>
>>
>> Hi devs,
>>
>> I am reading the following the xml segment as XMLList. I am trying to
>> produce a
>> tree with it but with out ans result. Please suggest. Here is the xml
>> segment that
>> I was able to read:
>>
>> <Tree xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
>> xmlns:xlink="http://www.w3.org/1999/xlink";
>> xmlns="http://purl.org/rss/1.0/";
>> xmlns:dc="http://purl.org/dc/elements/1.1/";
>> xmlns:wiki="http://purl.org/rss/1.0/modules/wiki/";
>> xmlns:html="http://www.w3.org/1999/xhtml";>
>>  <node type="ORGANIZATION" Name="My Organization" Mission="Delivering
>> The Next Big Thing" Number="0" ID="ORGANIZATION" ParentID="Root"
>> Thread="ORGANIZATION805" LeftBlogName="StatusUpdates"
>> RightBlogName="MeetingMinutes"
>> GenericButtons="GettingStarted,Help,License"
>> FlexButtons="Main,TimeMachine,Roadmap">
>>    <node type="PORTFOLIO" label="My Portfolio" Mission="Delivering
>> The Ultimate" Number="0" ID="PORTFOLIO" ParentID="ORGANIZATION805"
>> Thread="ORGANIZATION805" LeftBlogName="StatusUpdates"
>> RightBlogName="MeetingMinutes"
>> GenericButtons="GettingStarted,Help,License"
>> FlexButtons="Main,TimeMachine,Roadmap"/>
>>    <node type="PORTFOLIO" label="My Portfolio" Mission="Delivering
>> The Ultimate" Number="0" ID="PORTFOLIO" ParentID="ORGANIZATION805"
>> Thread="ORGANIZATION805" LeftBlogName="StatusUpdates"
>> RightBlogName="MeetingMinutes"
>> GenericButtons="GettingStarted,Help,License"
>> FlexButtons="Main,TimeMachine,Roadmap">
>>      <node type="INITIATIVE" label="My Initiative"
>> Mission="Delivering The Artificial Moon" Number="0" ID="INITIATIVE"
>> ParentID="PORTFOLIO808" Thread="ORGANIZATION805"
>> LeftBlogName="StatusUpdates" RightBlogName="MeetingMinutes"
>> GenericButtons="GettingStarted,Help,License"
>> FlexButtons="Main,TimeMachine,Roadmap"/>
>>      <node type="INITIATIVE" label="My Initiative"
>> Mission="Delivering The Artificial Moon" Number="0" ID="INITIATIVE"
>> ParentID="PORTFOLIO808" Thread="ORGANIZATION805"
>> LeftBlogName="StatusUpdates" RightBlogName="MeetingMinutes"
>> GenericButtons="GettingStarted,Help,License"
>> FlexButtons="Main,TimeMachine,Roadmap"/>
>>    </node>
>>  </node>
>> </Tree>
>>
>>
>> Regards....
>>
>>
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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