I am looking for a library that will allow me to visualize some of the xml objects that I have and manipulate them graphically (something similar to the UML design package, but simpler), like a looping stream.
Anyone have any ideas I should start with? Preferably, I would like something to succeed, but if it was easier to make an implementation of HTML + JS or something that would be reasonable.
Basic requirements: - visualize the presentation of the C # / XML class. - Allow selection - Draw lines between two objects. - Performing operations could remove / move or place it in front of another element on the chart.
Any help / direction you could give would be greatly appreciated.
Regards, Jamie
Jamie source
share