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

2009-02-05 Thread Tracy Spratt
[Bindable]public var _xmlVar:XML; private function init():void{ _xmlVa = testID.result.(@now=='today')[0]; //NOTE the array[0] brackets. ... All e4x expessions return an XMLList, even if there is only one node, so you must specify that node toput it in an XML variable. Tracy Spratt

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