[flexcoders] RE: RE: creating two child lists from one XMLList based on one element value

2007-09-14 Thread Manu Dhanda
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Manu Dhanda Sent: Thursday, September 13, 2007 7:54 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] RE: creating two child lists from one XMLList based on one element value yes, I have tried the query on base XML as well

[flexcoders] RE: RE: creating two child lists from one XMLList based on one element value

2007-09-14 Thread Manu Dhanda
lists from one XMLList based on one element value yes, I have tried the query on base XML as well like below. But it is not working. categoryXMLList = myXML.labels.label.(category_key != 0); keywordXMLList = myXML.labels.label.(category_key == 0); It always give me this error