Hi Trent,I need to see the data in the XML and not onky the tables stucture only. I need to have the actual data with the right hierarchy based on the relations.. Say the data in the SearchCategory will hold the data for some tabs. The data in the SearchOption will present different options to bring the tabs. In the below example I have 2 options such as People Search and Email Search. Each option will have several tabs as shown in the SearchCategory etc...
SearchOptions table:
PK SearchOption
1 People Search
2 Email Search
SearchCategory Table:
PK FK SearchCategory
1 1 Name
2 1 Address
3 1 Phone
4 1 SSN
5 2 Reverse Email
6 2 Phone Search
Thanks,
Doron