> I am receiving XML which is sort of in this format:
>
> <node label="aaa">
> <node label="bbb"/>
> <node label="ccc"/>
> <another nolabel="ddd"/>
> </node>
>
> <another nolabel="eee"/></node>
>
> The problem is that when the Tree is bound to this, the element with nolabel shows up as an empty row in the Tree (because there is no label attribute).
I think you'll have to apply a filterFunction to an XMLListCollection.
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
| Web site design development | Computer software development | Software design and development |
| Macromedia flex | Software development best practice |
YAHOO! GROUPS LINKS
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

