Open source xml editor

I need to write an XML-based markup language. I would like to provide him with an open source IDE, but I do not want to write it from scratch. So, I am looking for an open source XML editor written in C # with WinForms or WPF UI, which I can extend and add my markup language check, etc. With the following features:

  • XML syntax highlighting VS
  • Autofill
  • Check

This license should be that I can edit it and then release it with the source code.

Are there such things?

Thanks.

+4
source share
4 answers

The Greg Xml editor is exactly what I need. Anyway, thanks.

+1
source

Try XmlAutoComplete - a WPF Control Written in C #, Net4.0

+1
source

I am using emacs. you can try sgml-mode or nxml-mode.

0
source

All Articles