7

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.

4 Answers 4

11

Here is a good list:

Sign up to request clarification or add additional context in comments.

1 Comment

Check tha first of the list ;)
1

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

2 Comments

What a waste of time, it's full of bugs like a document tree that grows whenever you click on it. The spelling errors like 'sintax error' provide some comedy value, but wouldn't recommend it.
What would you recommend then?
1

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

Comments

0

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

2 Comments

I just tried emacs then found that it can't validate using W3C XML Schema (xsd), only RELAX NG schema (rnc). Something worth noting.
ya - there's a separate question I posted here about that.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.