views:

482

answers:

3

All, I am looking for an asp.net xml editor control. Not a WYSIWYG editor like freetextbox or a javascript syntax highlighter but something that would make editing xml in the browser a bit easier than just as text in a textarea. maybe some non-editable areas, collapsable nodes, xsd validation etc.

any ideas?

A: 

try this freetextricheditor

peacmaker
Thanks but I'm not looking for a WYSIWYG editor
Peter Goras
A: 

I found this today, it looks pretty promising... http://www.asp.net/community/control-gallery/Item.aspx?i=1

shawn.souto
A: 

Try [XML Webpad] - http://xmlwebpad.codeplex.com/

It's exactly what you are looking for. It s lightweight framework that you can intergate with your ASP.Net web pages and in 5 minutes have a tree-based XML editor up and ready to beused from any browser.

Udayan