Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Free lightweight XML text editor to include with an application

Our application uses a XML configuation file. I thought that it would be nice to distribute some XML editor with our application, so that the user can conveniently edit the config file. Features should be:

  • Small and lightweight (ideally, a small .exe that does not require installation),
  • free, with license terms that permit distributing it with a commercial application,
  • understands XML schemas (auto-completion, show validation errors).

Does anyone know of such an editor?

like image 473
Heinzi Avatar asked Apr 23 '10 09:04

Heinzi


1 Answers

Notepad++ (free as in beer and as in free speech) http://notepad-plus.sourceforge.net/uk/site.htm

This fulfills most of your requirements; however, it only has tag collapsing and will not show validation errors or auto completion.

XML Notepad by MSFT is good, but it does not allow wide distribution. You may be able to get by checking installed apps for XML Notepad and, if it's installed, sending startup arguments to the app.

http://www.microsoft.com/downloads/details.aspx?familyid=72d6aa49-787d-4118-ba5f-4f30fe913628&displaylang=en

like image 187
Nate Noonen Avatar answered Oct 18 '22 23:10

Nate Noonen