Urgent : Displaying and managing data retreived with readxml

Joined
Jun 10, 2005
Messages
1
Reaction score
0
Hello,

I am using readxml to retrieve data from an xml file to a dataset. my xml file has hierarchical data (2 levels) so the dataset will contain 2 tables.


My question : I need to display this data like this :


- A left menu witch will display the level 1 of my dataset data (table0) : parents

- A body witch will display the level 2 of my dataset data (table1) : childs

- and when the user click on any option of the menu, the body will refresh to display only the values of the selected parent.


Thanks for any help.
 
Back
Top