vote up 1 vote down star
2

I need to write a XML-based markup language. I'd like to provide an open source IDE for it, but I don't want to write it from scratch. So, I'm looking for an open source XML editor, written in C#, with WinForms or WPF UI, which I'll can extend it and add my markup language validation and etc, with the following features:

  • XML Syntax Highlighting like VS
  • Auto Completion
  • Validation

It's license should be that I can edit it and then release it, with the source code.

Are there any things like that?

Thanks.

flag

3 Answers

vote up 2 vote down

Here is a good list:

link|flag
I need it in C#, not slow Java... – Alon Nov 7 at 13:25
Check tha first of the list ;) – Nathan Campos Nov 7 at 13:30
Did you liked it? – Nathan Campos Nov 7 at 13:41
vote up 0 vote down

I use emacs. you can try sgml-mode or nxml-mode.

link|flag
vote up 1 vote down check

Greg's Xml Editor is exactly what I need. Thanks anyway.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.