Hi group,
 
Can some one please help me in converting an array into an xml file or a 
similar hierarchical data structure to be used for a tree component! 
 
Imagine a case I have an array A with values A1,A2,A3,A4,   B1,B2,B3,B4, ….. 
Z1,Z2,Z3,Z4.
Can I have an XML like 
<A>
                <A1></A1>
                ..
                ..
</A>
. . . . 
. . . . 
<Z>
                <Z1></Z1>
                ..
                ..
</Z>
 
So that I can directly link it to a tree component? Kindly help out!!
 
Best Regards,
Venkat Maddali. 

Reply via email to