harris2004 / xmltree

Visualise and traverse your XML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XMLTree

This is a fork of XMLTree by Mitya. He gave permission to publish the source on github under MIT license.

The documentation on his page is still valid.

A minimal example and links to the blog posts are available at https://koppor.github.com/xmltree.

This fork improves on this plugin by providing support for Angular and other JS Libs that can implement a JS Object.

Jquery is no longer required and output is a JS Object.

Until this stage, Any JS lib can initiate the Xmltree function and obtain a JS Object.

This means that traversing the tree and rendering the tree is in the hands of the user.

As part of this fork, AngularJS Directive is used to perform this option.

About

Visualise and traverse your XML

License:MIT License


Languages

Language:JavaScript 64.1%Language:CSS 20.8%Language:HTML 15.1%