Hi all, Im a newbie Flex coder and have been trying to read xml data
from one of my other applications. The file has some flat elements to
it and I was wondering if any of you had any ideas of the best way to
retrieve and sort this data. Any comments appreciated. I guess what Im
looking for is a a little push in the right direction :)

Thanks
Fred

here is my xml: 
<?xml version="1.0" encoding="UTF-8"?>
  <page>
      <dataset>
        <ListenerMessage Format="Flat" Nested="false"
ServiceCount="24" ServicesDenied="0" ServicesFound="10">
          <Item HigherLevelNodes="BU" ID="RM" IsDependency="false"
Key="RISK" Level="0"
LowerLevelNodes="RM_PROD_AVBT,RM_DR,RM_DR_AVBT,RM_PROD_PERF,RM_DR_PERF,RM_PROD"
Parent="true" />
          <Item HigherLevelNodes="BU" ID="CF" IsDependency="false"
Key="BANKING" Level="0"
LowerLevelNodes="CF_PROD,CF_PROD_AVBT,CF_DR_PERF,CF_DR,CF_PROD_PERF,CF_DR_AVBT"
Parent="true" />
          <Item HigherLevelNodes="BU" ID="AA_GROUPDATA"
IsDependency="false" Key="GROUP" Level="0"
LowerLevelNodes="AA_GRP_PROD_AVBT,AA_GRP_PROD_PERF,AA_GROUPDATA_PROD,GROUPDATA_DR"
Parent="true" />
        </ListenerMessage>
      </dataset>
  </page>








------------------------ Yahoo! Groups Sponsor --------------------~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM
--------------------------------------------------------------------~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to