

|
NlsTree supports XML output. You can get the xml output from the tree, submit it to server for further processing. NlsTree also support xml output on specific node. -To generate xml for entire tree including setting and option, click on 'Generate XML' button. -To generate xml for specific node, right click on the tree node, and select 'Generate XML from this node' -The tree on the left is editable, you can change the node text by clicking on a node twice to activate text box, you can also reorder the tree using drag and drop. XML output: To get xml output from the tree:
var xml = [tree].toXML();
|