how we can show the following data in a flex tree (without having any label field) ?
<?xml version="1.0"?>
<MyData>
<SubDoc>
<CustomerInfo>
<Id>1000</Id>
<AccID>999-888-777</AccID>
<LastName>STORTZ</LastName>
<Name>PAM STORTZ</Name>
<Addr1>88 ST. MORTON ROAD</Addr1>
</CustomerInfo>
</SubDoc>
</MyData>
Regards
YM

