Hi All, As you know, the Tree control can use an XML object as its dataProvider. I'd like to be able to drag and drop items in my Tree to rearrange the nodes in my source XML. The Tree doesn't natively do this - it acts as a view and leaves its XML model untouched - which makes sense in the vast majority of applications.
But in my case I want to modify the model. The requirements are fairly simple - reordering of XML nodes only - no other editing of content. I don't think that it will be hard to write this, but I'm wondering if it's out there, already written. Have any of you heard of such a component? Thanks, Douglas

