Hi All,
I want to build a webased taxonomy application. i.e the datas are like this.
ROOT11
NODE21
NODE31
NODE41
NODE51
ROOT12
NODE22
NODE21
NODE32
NODE42
NODE41
1. When the user select NODE41 the path ROOT11\NODE21\NODE31\NODE41 should be diplayed in anywhere in the page ( separate label).
2. Please suggest how to maintain this data as database or XML or text file?
3. When the user selected NODE21 it should displyed the parents like ROOT12, ROOT11 so and so the user select the required parent?
I want to build a webased taxonomy application. i.e the datas are like this.
ROOT11
NODE21
NODE31
NODE41
NODE51
ROOT12
NODE22
NODE21
NODE32
NODE42
NODE41
1. When the user select NODE41 the path ROOT11\NODE21\NODE31\NODE41 should be diplayed in anywhere in the page ( separate label).
2. Please suggest how to maintain this data as database or XML or text file?
3. When the user selected NODE21 it should displyed the parents like ROOT12, ROOT11 so and so the user select the required parent?