This is a migrated thread and some comments may be shown as answers.

data propagation and update

0 Answers 85 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Chris
Top achievements
Rank 1
Chris asked on 24 Feb 2012, 08:06 PM
I have some XML that I'd like to express to the user as a tree view.  Looks like I'll have to use XSLT or something to convert it to <ul><li> format for the tree view.

But what about getting the data back out? Specifically, as the user is dragging nodes around I need to keep the original XML data in step with that.    I can switch to JSON if needed. 

KnockoutJS handles updating data back to the server quite well, though I've never used it with this sort of operation (tree view).  

Does anyone have any suggestions or recommendations? How are other people handling this?

No answers yet. Maybe you can help?

Tags
TreeView
Asked by
Chris
Top achievements
Rank 1
Share this question
or