views:

281

answers:

4

Does anyone know of a good XML editor library/control to use in a WinForms project?

+1  A: 

I believe Altova XMLSpy offers an API, the application itself is excellent so the API is likely to offer some rich behaviours.

http://www.altova.com/xmlspy/xmlspy-api.html

David Neale
+2  A: 

Give ScintillaNET a try. Here's a list of supported languages.

Dave
+1  A: 

If you are interested in using XML editor/library in WebForms, ASP.Net web applications, then you should definitely try XML Webpad - http://xmlwebpad.codeplex.com/

bubai
A: 

http://gregsxmleditor.codeplex.com/

plutext