admin管理员组

文章数量:1287591

Could anyone please give me an example in this? I have found many but they didn't match my requirement.

The treeview must have expand and collapse, the xml is flexible, which means I should test if a node is exist, and there are many may appear many times and with different contents. Also, I need it works just in client side, nothing to do with the sever or net. And I wonder if it's possible to display the treeview in the left frame, and the content on the right frame.

In fact, I need these files, maybe have xslt, js, css etc. to be send to the users, then they can click on the xml or html to see the treeview of their owen xmls (all of them have the same DTD)

Thank u very much

Allen

Could anyone please give me an example in this? I have found many but they didn't match my requirement.

The treeview must have expand and collapse, the xml is flexible, which means I should test if a node is exist, and there are many may appear many times and with different contents. Also, I need it works just in client side, nothing to do with the sever or net. And I wonder if it's possible to display the treeview in the left frame, and the content on the right frame.

In fact, I need these files, maybe have xslt, js, css etc. to be send to the users, then they can click on the xml or html to see the treeview of their owen xmls (all of them have the same DTD)

Thank u very much

Allen

Share Improve this question edited Mar 9, 2009 at 10:05 asked Mar 9, 2009 at 9:48 AllenAllen
Add a ment  | 

1 Answer 1

Reset to default 7

You asked for examples... I can provide links to online samples:

  1. TreeMenu
  2. dTree
  3. BlueShoes JS Tree
  4. Morten's JS Tree
  5. CodeThat Tree - XML support.

If you have loaded the tree into a page, you can use a left frame to load that particular page.

本文标签: javascriptHow to generate a treeview in html from flexible xml just in client sideStack Overflow