Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Open Source Xml Editor

Tags:

c#

xml

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:

  • 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.

like image 257
Alon Gubkin Avatar asked Nov 07 '09 13:11

Alon Gubkin


People also ask

How do I open and edit an XML file?

XML files can be opened in a browser like IE or Chrome, with any text editor like Notepad or MS-Word. Even Excel can be used to open XML files. We also have Online editors to open XML files.

Is Notepad ++ an XML editor?

XML - Notepad++Notepad++, like any other editor, starts as a simple editor, but you can configure and install plugins to get additional features.

How can I edit an XML file?

XML files can also be edited using your computer's notepad program and even with certain word processing and spreadsheet programs. However, XML editors are considered advantageous because they are able to validate your code and ensure you remain within a valid XML structure.


2 Answers

Here is a good list:

  • DINAMIC XML Editor(Written all in C#)
  • Open eXeed
  • Serna Free - Open Source XML Editor
  • XML Pro
  • Jaxe
  • Xerlin
  • Rose India - Open Source XML Editor
  • Open source XML editors examined
  • Re: Open Source XML Editor
  • Open Source XML Editor In Sight
  • Emacs
  • ViM
like image 199
Nathan Campos Avatar answered Oct 02 '22 03:10

Nathan Campos


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

like image 32
Alon Gubkin Avatar answered Oct 02 '22 04:10

Alon Gubkin