build Jstree from custom xml

SyprortiofRop

New Member
I want to build a tree view from a custom xml. A user can input any kind of valid xml and using javascript,jquery, Jstree i must build a tree from the input ex: xmlgrid.net. The script must parse the whole xml and then create roots and item id for every child if using jstree. I think it uses xml_data. But i don't know exactly how to use it.It's not necessary to use jstree, if you know other library please let me know. Any help will be appreciated!EDIT:I found the answer. I must use UIMTreeProcessor
 
Back
Top