What code do you use to get the attribute?

 

________________________________

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of NileAge, Mail
Sent: Tuesday, February 12, 2008 6:28 AM
To: [EMAIL PROTECTED]; 'Flex Components'; [EMAIL PROTECTED];
flexcoders@yahoogroups.com; [EMAIL PROTECTED]
Subject: [flexcomponents] Problem With XML

 

I have a problem when I try to start application to get some data from
database on creationComplete event and  then set this data in xml file
then when I click on LinkBar Item to change the data and get certain
attribute, the problem that I get all attributes when I want only one
attribute.

 

example: 

get the data of ProjectID="1"

 
&nbs! p;


<ProjStyle>

  <items>

    <theStyle ProjectID="1" ProjectName="Almaza" BG="BG.swf"
Body="BODY.swf" />

    <theStyle ProjectID="2" ProjectName="Makadi" BG="BG.swf"
Body="BODY.swf" />

  </items>

</ProjStyle>

 

Reply via email to