Display any XML or JS object as a tree

I know that there are many libraries that create Tree View Component. But each of them expects a predetermined structure. I want something that takes any XML or JS object and shows it as a Tree View. It looks like Firebug / Safari Developer shows it for any JS object or any esp browser. IE for the XML document.

+3
source share
4 answers

On the Internet you can show it at: http://view.xmlgrid.net/

In C #, you can write code to dynamically generate it: http://support.microsoft.com/kb/317597

+1
source

dojo. , , , . ( , ), , , XML, .

http://docs.dojocampus.org/dijit/Tree?highlight=%28Tree%29

:
, , . , , , XML- (dojox.data.XmlStore).

0
0
source

Source: https://habr.com/ru/post/1778250/


All Articles