Alon Gubkin
Alon Gubkin

Reputation: 57129

Open Source Xml Editor

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:

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.

Upvotes: 7

Views: 31893

Answers (4)

Martin Ch
Martin Ch

Reputation: 1367

Try XmlAutoComplete - WPF control, written in C#, Net4.0

Upvotes: 1

Alon Gubkin
Alon Gubkin

Reputation: 57129

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

Upvotes: 1

Cheeso
Cheeso

Reputation: 192547

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

Upvotes: 0

Related Questions