Is there a way to prevent CDATA from being displayed in a flex tree, so the 'team' node is represented as a leaf node and not a folder with a data structure like:
<team label="Vancouver Canucks">
<![CDATA[[{"url":"image.png"}]]>
</team>
Thanks,
Philip

