Re: [flexcoders] Using E4X with attributes in XML tags

2006-06-08 Thread Sonja Duijvesteijn
some_label.text=xml_object.ItemID.Title.toString();You want the Title from the ItemID not from the xml object. some_label.text=xml_object.(@xmlns==...).ItemID; I'm not sure why it thinks that @xmlns doesn't exists but it should be == as it's not an assignment. Kind regards,Sonja

[flexcoders] Using E4X with attributes in XML tags

2006-06-07 Thread Charles
Hi everyone, This is a follow-up question from my last post http://groups.yahoo.com/group/flexcoders/message/38691?threaded=1var=1. I've managed to use an XML object instead of an XMLDocument object, so that I can utilize E4X to parse the XML. BUT, my new problem is that for some xml results