0

I have complex xmls and I want them to view as a tree . I love the way http://xmlgrid.net converts any of my really complicated xmls in to tree view . I need to build a similar way to view my xmls so it can be used internally in company over web .

I tried to use jsTree but its really constrained the way xml formats . Is there any other way I can easily view xml to a jquery tree ?

Pit Digger
  • 9,618
  • 23
  • 78
  • 122

1 Answers1

0

I would convert that XML with something like xml2json and then feed it to jqTree. I can't think of a simpler way to do it, and there are considerable advantages of using JSON over XML. I cant vouch for the speed of it though...

Parse and use. Consider using JSON from the start.

Community
  • 1
  • 1
MalSu
  • 541
  • 3
  • 11