I am trying to find a web-based XML Editor with at least syntax highlighting. Something simple in Javascript or Flash would be nice.
The more lightweight, the better it would be.
I am trying to find a web-based XML Editor with at least syntax highlighting. Something simple in Javascript or Flash would be nice.
The more lightweight, the better it would be.
I have found three of them:
http://softwareindustrialization.com/AWebbasedSourceCodeEditorForIronPython.aspx
Try CodeMirror. It syntax highlights given elements (textareas as well as non-editable elements) and, if you set it on a textarea, you'll be able to edit the code pretty well.
I've tried CodeMirror and it works really fine for me (set up in a few minutes). Thank you for posting this lib.