Re: [flexcoders] e4x list of unique child elements.

2006-06-30 Thread Tom Chiverton
On Thursday 29 June 2006 19:38, coder_flex wrote: > I may be becoming too ambitious here for e4x, nevertheless! No, both your ways sound fine. -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limi

[flexcoders] e4x list of unique child elements.

2006-06-29 Thread coder_flex
I may be becoming too ambitious here for e4x, nevertheless! I have an xml structure var inputXML:XML = ; I want two things from above xml document: 1. list of unique state (attribute) names from above xml. ie., list containing california,florida. I can use for each for this but is ther