[flexcoders] XML - What var type can I use for my XML nodes?

2009-02-05 Thread sailorsea21
Hi everyone, I have the following: mx:XML id=testID format=e4x source=xml/test.xml/ mx:Text text={testID.result.(@now=='today').date}/ What var type can I use for testID.result.(@now=='today') to simply my text string? I would like to have the following: [Bindable] public var xmlvar:String =

RE: [flexcoders] XML - What var type can I use for my XML nodes?

2009-02-05 Thread Tracy Spratt
can I use for my XML nodes? Hi everyone, I have the following: mx:XML id=testID format=e4x source=xml/test.xml/ mx:Text text={testID.result.(@now=='today').date}/ What var type can I use for testID.result.(@now=='today') to simply my text string? I would like to have the following

Re: [flexcoders] XML - What var type can I use for my XML nodes?

2009-02-05 Thread - -
Hi Tracy, I get An Internal build error... with: text={_xmlVar.date} Thanks! -David From: Tracy Spratt tspr...@lariatinc.com To: flexcoders@yahoogroups.com Sent: Thursday, February 5, 2009 1:03:41 PM Subject: RE: [flexcoders] XML - What var type can I use

RE: [flexcoders] XML - What var type can I use for my XML nodes?

2009-02-05 Thread Tracy Spratt
@yahoogroups.com Subject: Re: [flexcoders] XML - What var type can I use for my XML nodes? Hi Tracy, I get An Internal build error... with: text={_xmlVar.date} Thanks! -David From: Tracy Spratt tspr...@lariatinc.com To: flexcoders@yahoogroups.com

Re: [flexcoders] XML - What var type can I use for my XML nodes?

2009-02-05 Thread - -
Hi Tracy, it still doesn't work... From: Tracy Spratt tspr...@lariatinc.com To: flexcoders@yahoogroups.com Sent: Thursday, February 5, 2009 3:54:34 PM Subject: RE: [flexcoders] XML - What var type can I use for my XML nodes? Clean the Project: Menu, Project