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