How to create a tree in html from flexible xml only on the client side

Can someone please give me an example? I found a lot, but they did not meet my requirement.

The tree image must have extension and collapse, xml is flexible, which means that I have to check if node exists, and many can appear many times with other content. In addition, I need it to work only on the client side, nothing to do with the gray or the network. And I am wondering if it is possible to display the tree in the left frame and the contents in the right frame.

Actually, I need these files, perhaps for sending users xslt, js, css, etc. they can click on xml or html to see the tree structure of their xwls owen (they all have the same DTD)

Thank you very much.

Allen

+4
source share
1 answer

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

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

+7
source

All Articles