Why don't you try: [EMAIL PROTECTED]
Iuliu --- In [email protected], "mepaninaresh" <[EMAIL PROTECTED]> wrote: > > > Hi, I am trying to retrieve a certain XML node using the attribute > value, tried various syntax. Just can't get it to work. Sample code > below. > > Any ideas? > > Thanks for any help. > > <Amount Type="Number_of_Records" Units="1" Format="Actual">256</Amount> > <Amount Type="Number_of_Critical_Changes" Units="1" > Format="Actual">10</Amount> > <Amount Type="High_Risk" Units="1" Format="Percentage">55</Amount> > > <mx:Repeater id="list" dataProvider="{myHomePageAC}"> > <mx:GridRow width="778" paddingLeft="4"> > <mx:GridItem> > <mx:LinkButton label="{list.currentItem.Amount[0]}" > textAlign="center" /> > </mx:GridItem> > <mx:GridItem> > <mx:LinkButton > label="{list.currentItem.Amount[Type=='High_Risk']}" textAlign="center" > /> > </mx:GridItem> > </mx:GridRow> > </mx:Repeater> > ------------------------ Yahoo! Groups Sponsor --------------------~--> Home is just a click away. Make Yahoo! your home page now. http://us.click.yahoo.com/DHchtC/3FxNAA/yQLSAA/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/

