I have been playing around with Dojo's drag and drop functionalities lately to familiarize myself with the toolkit (v1.1.1).
One problem that I haven't been able to get just right is to make dragging items from a tree (copyOnly: true) into a dojo.dnd.Source which is an oredered list.
When I drop one of the tree items into the list, dojo appends a <div> element instead of creating a <li> element.
