rajindarreddy
24 Sep 2012, 1:59 AM
I am new to extjs, I am fighting with treepanel since two days, I want to populate the below xml to treepanel, please give me the solutions,
My XML is :
<people>
<client>
<id>12</id>
<name>xtended</name>
<program>
<status>pending</status>
<task>dadadadasdsa</task>
</program>
</client>
<client>
<id>10</id>
<name>asdasdxtended</name>
<program>
<status>pending</status>
<task>dadadadasdsa</task>
</program>
</client>
</people>
Please help me to solve this issue,
:)
My XML is :
<people>
<client>
<id>12</id>
<name>xtended</name>
<program>
<status>pending</status>
<task>dadadadasdsa</task>
</program>
</client>
<client>
<id>10</id>
<name>asdasdxtended</name>
<program>
<status>pending</status>
<task>dadadadasdsa</task>
</program>
</client>
</people>
Please help me to solve this issue,
:)