javascript - Tree like view for xml in web browser -


I have XML data (file or text) that is sent to the client from the web server.
The only tag in XML is responsible). Actually I am using it to represent the tree.
On the client side I have to present it as a tree and let the customer choose multiple nodes in the pad and submit it back to the web server.
Are there any useful resources I can use?

From a bird view I suggest that XSL to replace XHTML code to XSL Can play: - Description here :)

You can use for example jQuery plugin (for example) for tree components.

EDIT: The above link does not work As I have seen, you can get many checkbox trees from Google. Although I did not try every time. E.g.


Comments